We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08b68f3 + ed36753 commit a028c00Copy full SHA for a028c00
1 file changed
.travis.yml
@@ -12,16 +12,19 @@ php:
12
- 5.5
13
- 5.6
14
- 7.0
15
- - hhvm
+ - 7.1
16
17
matrix:
18
include:
19
- php: 5.6
20
env: SYMFONY_VERSION="2.8.*@dev symfony/phpunit-bridge:~2.7"
21
22
env: SYMFONY_VERSION="3.0.*@dev"
23
+ - php: hhvm
24
+ dist: trusty
25
allow_failures:
26
- php: 7.0
27
+ - php: 7.1
28
fast_finishe: true
29
30
before_install:
0 commit comments