Skip to content

Commit 16822ff

Browse files
committed
Update travis config
1 parent 9da8c8d commit 16822ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: php
22

33
php:
44
- 5.6
5-
- 7.0
6-
- hhvm
5+
- 7.1
6+
- 7.2
77

88
install:
99
- curl -s http://getcomposer.org/installer | php
@@ -14,4 +14,4 @@ script:
1414
- php vendor/bin/phpunit -c phpunit.xml.dist
1515

1616
after_success:
17-
- travis_retry php vendor/bin/coveralls
17+
- travis_retry php vendor/bin/coveralls

0 commit comments

Comments
 (0)