Skip to content

Commit

Permalink
Fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Dec 15, 2015
1 parent 4c33676 commit 63d5a3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cache:
- $HOME/.composer/cache

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand All @@ -22,9 +21,11 @@ branches:
- /^analysis-.*$/

matrix:
allow_failures:
- php: hhvm
fast_finish: true
include:
- php: 5.4
- php: 5.5
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"

before_install:
Expand Down

0 comments on commit 63d5a3d

Please sign in to comment.