Skip to content

Commit

Permalink
chagen travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Apr 9, 2017
1 parent faadc6c commit e3356ef
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1

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

before_script:
- travis_retry composer self-update
Expand Down

0 comments on commit e3356ef

Please sign in to comment.