Skip to content

Commit 8688d88

Browse files
committed
more tests on travis
1 parent 8808282 commit 8688d88

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

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

33
php:
4-
# - 5.4
5-
# disabled because of symfony 3
4+
- 5.4
65
- 5.5
76
- 5.6
8-
# - hhvm
9-
# disabled hhvm because of a bug in 3.2.0 which is resolved in 3.3.0
10-
# see: https://github.com/facebook/hhvm/issues/3932
7+
- 7.0
8+
- hhvm
119

1210
install:
1311
- composer install

0 commit comments

Comments
 (0)