Skip to content

Commit

Permalink
update travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jan 28, 2020
1 parent a443ac2 commit 889f8b9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ env:

matrix:
include:
- php: 7.4snapshot
- php: 7.4
env: LARAVEL='^6.0' COMPOSER_FLAGS='--prefer-lowest' DB_CONNECTION='mysql' DB_DATABASE='translatable_test' DB_USERNAME='travis'
- php: 7.4snapshot
- php: 7.4
env: LARAVEL='^6.0' COMPOSER_FLAGS='--prefer-stable' DB_CONNECTION='mysql' DB_DATABASE='translatable_test' DB_USERNAME='travis'
- php: 7.3
- php: 7.4
env: LARAVEL='^6.0' COMPOSER_FLAGS='--prefer-stable' DB_CONNECTION='pgsql' DB_DATABASE='translatable_test' DB_USERNAME='postgres'
fast_finish: true
allow_failures:
- php: 7.4snapshot

before_install:
- sh -c "if [ '$DB_CONNECTION' = 'mysql' ]; then mysql -e 'CREATE DATABASE translatable_test;'; fi"
Expand Down

0 comments on commit 889f8b9

Please sign in to comment.