Skip to content

Commit e52fb82

Browse files
committed
fix hhvm travis builds
1 parent a749564 commit e52fb82

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: php
2+
dist: trusty
23

34
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
75
- 7.0
6+
- 5.6
7+
- 5.5
8+
- 5.4
89
- hhvm
910

1011
sudo: false

0 commit comments

Comments
 (0)