Commit fb81b2e8 authored by pi0's avatar pi0

deprecate unsupported php versions

parent 0add21c3
language: php language: php
php: php:
- 5.5
- 5.6 - 5.6
- 7 - 7
- hhvm
matrix: matrix:
fast_finish: true fast_finish: true
allow_failures:
- php: hhvm
sudo: false sudo: false
...@@ -35,4 +31,4 @@ script: ...@@ -35,4 +31,4 @@ script:
- vendor/bin/phpunit --coverage-clover build/logs/clover.xml - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
after_success: after_success:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php vendor/bin/coveralls -v; fi;' - sh -c 'php vendor/bin/coveralls -v'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment