mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
4 lines
64 B
Bash
4 lines
64 B
Bash
if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then
|
|
echo "HHVM";
|
|
fi;
|