From 8d7e15ba1f56dac53c77a65755e1d8f9911b8d6f Mon Sep 17 00:00:00 2001 From: Eric Dowell Date: Thu, 14 Jan 2016 09:13:12 -0600 Subject: phpunit fails to run on php 7.1.0-dev, adding php 7.0 to travis config and removing nightly. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d6ad971..2f845a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 - hhvm - - nightly notifications: irc: "irc.freenode.net#masterminds" @@ -28,4 +28,3 @@ script: after_script: - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.6" ] ; then wget https://scrutinizer-ci.com/ocular.phar; fi;' - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "5.6" ] ; then php ocular.phar code-coverage:upload --format=php-clover coverage.xml; fi;' - -- cgit v1.2.3