Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melihovv committed Sep 4, 2018
1 parent 0fe55bd commit 1a8f095
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ matrix:
env: LARAVEL_VERSION=5.6.* COMPOSER_FLAGS="--prefer-lowest"
- php: 7.1
env: LARAVEL_VERSION=5.6.* COMPOSER_FLAGS=""
- php: 7.1
env: LARAVEL_VERSION=5.7.* COMPOSER_FLAGS="--prefer-lowest"
- php: 7.1
env: LARAVEL_VERSION=5.7.* COMPOSER_FLAGS=""
- php: 7.2
env: LARAVEL_VERSION=5.5.* COMPOSER_FLAGS="--prefer-lowest"
- php: 7.2
Expand All @@ -29,6 +33,10 @@ matrix:
env: LARAVEL_VERSION=5.6.* COMPOSER_FLAGS="--prefer-lowest"
- php: 7.2
env: LARAVEL_VERSION=5.6.* COMPOSER_FLAGS=""
- php: 7.2
env: LARAVEL_VERSION=5.7.* COMPOSER_FLAGS="--prefer-lowest"
- php: 7.2
env: LARAVEL_VERSION=5.7.* COMPOSER_FLAGS=""

before_install:
- travis_retry composer self-update --stable -n
Expand Down

0 comments on commit 1a8f095

Please sign in to comment.