Skip to content

Commit 1b22e7c

Browse files
nicoschoenmakerHidde Boomsma
authored and
Hidde Boomsma
committed
Add php7.1, remove hhvm (#13)
HHVM build errors about ``` The command "sudo apt-get install -y hhvm" failed and exited with 100 during . ``` https://travis-ci.org/hostnet/symfony1/jobs/231082063
1 parent 644156c commit 1b22e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: php
22
php:
3+
- 7.1
34
- 7.0
45
- 5.6
5-
- hhvm
66

77
before_script:
88
- composer install --dev

0 commit comments

Comments
 (0)