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