We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da8c8d commit 16822ffCopy full SHA for 16822ff
1 file changed
.travis.yml
@@ -2,8 +2,8 @@ language: php
2
3
php:
4
- 5.6
5
- - 7.0
6
- - hhvm
+ - 7.1
+ - 7.2
7
8
install:
9
- curl -s http://getcomposer.org/installer | php
@@ -14,4 +14,4 @@ script:
14
- php vendor/bin/phpunit -c phpunit.xml.dist
15
16
after_success:
17
- - travis_retry php vendor/bin/coveralls
+ - travis_retry php vendor/bin/coveralls
0 commit comments