From ae7db3d989e0610c23c067b9828789c8e684fe00 Mon Sep 17 00:00:00 2001 From: gamonoid Date: Sun, 24 Sep 2017 20:16:40 +0200 Subject: [PATCH] Remove php nightly from build-ci --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1122fab..3cbcdd24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,10 @@ install: - composer require --dev phpunit/phpunit ^5.7 - $TRAVIS_BUILD_DIR/vendor/bin/phpunit --version - cp $TRAVIS_BUILD_DIR/vendor/bin/phpunit $TRAVIS_BUILD_DIR/tools -#script: $TRAVIS_BUILD_DIR/vendor/bin/phpunit script: ant build-ci language: php php: - '5.6' - '7.0' - '7.1' - - 'nightly' after_failure: "cat /tmp/icehrm.test.log"