diff --git a/.travis.yml b/.travis.yml index 23ccb125a..402dc8ce2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_script: - if [[ $TRAVIS_PHP_VERSION != "hhvm" ]]; then php -S localhost:8000 & fi - if [[ $TRAVIS_PHP_VERSION == "5.3" ]]; then touch codecept.phar; fi - if [[ $TRAVIS_PHP_VERSION == "5.4" ]]; then wget http://codeception.com/releases/2.0.16/codecept.phar; fi -- if [[ ! -f codecept.phar ]]; then wget http://codeception.com/codecept.phar; fi +- if [[ ! -f codecept.phar ]]; then wget http://codeception.com/releases/2.1.6/codecept.phar; fi script: - if [[ -f codecept.phar ]]; then php codecept.phar build; fi - if [[ $TRAVIS_PHP_VERSION == "hhvm" ]]; then php codecept.phar run -d --fail-fast --env travis --skip install; fi