Skip to content

Commit 6b0ca28

Browse files
authored
Update .travis.yml
1 parent b721888 commit 6b0ca28

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
6-
- 7.0
7-
- hhvm
4+
- 7.1
5+
- 7.2
86

97
before_script: composer install
108

11-
script: phpunit --coverage-text --configuration phpunit.xml.dist
9+
script: phpunit --coverage-text --configuration phpunit.xml.dist

0 commit comments

Comments
 (0)