Remove php nightly from build-ci

This commit is contained in:
gamonoid
2017-09-24 20:16:40 +02:00
parent 5b1b087f01
commit ae7db3d989

View File

@@ -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"