Skip to content

Commit a028c00

Browse files
authored
Merge pull request #116 from DonCallisto/patch-1
Update travis.yml with PHP 7.1
2 parents 08b68f3 + ed36753 commit a028c00

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@ php:
1212
- 5.5
1313
- 5.6
1414
- 7.0
15-
- hhvm
15+
- 7.1
1616

1717
matrix:
1818
include:
1919
- php: 5.6
2020
env: SYMFONY_VERSION="2.8.*@dev symfony/phpunit-bridge:~2.7"
2121
- php: 5.6
2222
env: SYMFONY_VERSION="3.0.*@dev"
23+
- php: hhvm
24+
dist: trusty
2325
allow_failures:
2426
- php: 7.0
27+
- php: 7.1
2528
fast_finishe: true
2629

2730
before_install:

0 commit comments

Comments
 (0)