deployer/test/after_script.sh
2014-11-29 22:11:11 +03:00

4 lines
64 B
Bash

if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then
echo "HHVM";
fi;