Skip to content

Commit

Permalink
allow failures for hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Jan 29, 2016
1 parent 4fed383 commit 9836bbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm

# This triggers builds to run on the new TravisCI infrastructure.
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false

matrix:
allow_failures:
- php: hhvm
include:
- php: 5.4
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
Expand Down

0 comments on commit 9836bbb

Please sign in to comment.