Skip to content

Commit fad590e

Browse files
committed
update .travis.yml
- add 7.1 and 7.2 - remove 5.3 and hhvm
1 parent e531002 commit fad590e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ cache:
77
- $HOME/.composer/cache
88

99
php:
10-
- 5.3
1110
- 5.4
1211
- 5.5
1312
- 5.6
1413
- 7.0
15-
- hhvm
14+
- 7.1
15+
- 7.2
1616

1717
matrix:
18-
allow_failures:
19-
- php: hhvm
2018
fast_finish: true
2119

2220
before_script:

0 commit comments

Comments
 (0)