Skip to content

Commit

Permalink
optimize build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Feb 6, 2017
1 parent 3223a55 commit 207ddae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,27 @@ php:

## Define all ENV vars to test with
env:
- LARAVEL_VERSION="5.0.*" DB_TYPE="sqlite"
- LARAVEL_VERSION="5.1.*" DB_TYPE="sqlite"
- LARAVEL_VERSION="5.2.*" DB_TYPE="sqlite"
- LARAVEL_VERSION="5.3.*" DB_TYPE="sqlite"
- LARAVEL_VERSION="5.4.*" DB_TYPE="sqlite"
- LARAVEL_VERSION="5.0.*"
- LARAVEL_VERSION="5.1.*"
- LARAVEL_VERSION="5.2.*"
- LARAVEL_VERSION="5.3.*"
- LARAVEL_VERSION="5.4.*"

matrix:
fast_finish: true
include:
- php: 5.5
env: LARAVEL_VERSION="5.1.*" DB_TYPE="mysql"
env: LARAVEL_VERSION="5.1.*"
- php: 5.6
env: LARAVEL_VERSION="5.1.*" DB_TYPE="mysql"
- php: 7.1
env: LARAVEL_VERSION="5.4.*" DB_TYPE="mysql"
- php: 7.1
env: LARAVEL_VERSION="dev-master" DB_TYPE="sqlite"
env: LARAVEL_VERSION="dev-master"
allow_failures:
- php: nightly
- php: hhvm
- env: LARAVEL_VERSION="dev-master" DB_TYPE="sqlite"
- env: LARAVEL_VERSION="dev-master"

## Run Scripts before Install
before_install:
Expand Down

0 comments on commit 207ddae

Please sign in to comment.