We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4ca63 commit eebb69dCopy full SHA for eebb69d
.travis.yml
@@ -5,6 +5,7 @@ php:
5
- 5.5
6
- 5.6
7
- 7.0
8
+ - 7.1
9
- hhvm
10
11
matrix:
@@ -25,4 +26,4 @@ script:
25
26
- if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then phpunit ; fi
27
- vendor/bin/athletic --path tests/Benchmark --formatter GroupedFormatter
28
after_script:
- - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then php vendor/bin/coveralls -v ; fi
29
+ - if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then php vendor/bin/coveralls -v ; fi
0 commit comments