Skip to content

Commit

Permalink
update travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoudz committed May 22, 2015
1 parent 9d87732 commit f44822a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
allow_failures:
- php: 7.0
include:
- php: 5.4
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'

before_script:
- travis_retry composer self-update
Expand Down

0 comments on commit f44822a

Please sign in to comment.