Skip to content

Commit 67d762e

Browse files
authored
Update .travis.yml
phpunit cannot support less than 5.6
1 parent 2e0ffb7 commit 67d762e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

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

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
74
- 5.6
85
- 7.0
9-
- hhvm
6+
- 7.1
107

118
before_script:
129
- composer self-update
@@ -17,5 +14,4 @@ script: phpunit
1714
matrix:
1815
allow_failures:
1916
- php: 7.0
20-
- php: hhvm
21-
fast_finish: true
17+
fast_finish: true

0 commit comments

Comments
 (0)