Skip to content

Commit

Permalink
Attempting to fix broken HHVM build in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vladar committed Jun 3, 2017
1 parent 4eb68bf commit 56eaaa2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: php

# Required for HHVM, see https://github.com/travis-ci/travis-ci/issues/7712
dist: trusty

php:
- 5.4
- 5.5
Expand All @@ -9,8 +12,9 @@ php:
- hhvm
- nightly

allow_failures:
- php: nightly
matrix:
allow_failures:
- php: nightly

cache:
directories:
Expand Down

0 comments on commit 56eaaa2

Please sign in to comment.