summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Dowell <[email protected]>2016-01-14 09:13:12 -0600
committerEric Dowell <[email protected]>2016-01-14 09:13:12 -0600
commit8d7e15ba1f56dac53c77a65755e1d8f9911b8d6f (patch)
treeb0763a592b4e7d5264b19e11659815492256b302
parentf48ae8d05d4472d15d7c50b36aae1efa26150df8 (diff)
phpunit fails to run on php 7.1.0-dev, adding php 7.0 to travis config and removing nightly.
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 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;'
-