Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 7, 2017
1 parent f4b0230 commit 93e6aa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1

matrix:
include:
- php: 5.5
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""

before_script:
- travis_retry composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"php" : ">=5.5.0",
"php" : ">=5.6.0",
"illuminate/cache": "~5.1.0|~5.2.0|~5.3.0",
"illuminate/config": "~5.1.0|~5.2.0|~5.3.0",
"illuminate/console": "~5.1.0|~5.2.0|~5.3.0",
Expand Down

0 comments on commit 93e6aa2

Please sign in to comment.