Skip to content

Commit

Permalink
Add php7.1, remove hhvm (#13)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nicoschoenmaker authored and Hidde Boomsma committed May 12, 2017
1 parent 644156c commit 1b22e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php
php:
- 7.1
- 7.0
- 5.6
- hhvm

before_script:
- composer install --dev
Expand Down

0 comments on commit 1b22e7c

Please sign in to comment.