From bc0658d6a66dda224782de1c48f2802b48d65e5c Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Sat, 12 Mar 2016 14:53:19 +0900 Subject: [PATCH] Temporarily pin codeception version at 2.1.6, because 2.1.7 is buggy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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