Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
cetver committed Feb 1, 2020
1 parent 22bb3c3 commit c529f1b
Showing 1 changed file with 7 additions and 63 deletions.
70 changes: 7 additions & 63 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,89 +10,33 @@ env:
global:
- COMPOSER_UPDATE="--prefer-dist --no-interaction --no-progress --optimize-autoloader"
- COMPOSER_CONFIG="--global github-oauth.github.com b7244dc99194b22416d5ce46d511ce04049b23de"
- DB=pgsql
- DB=mysql
- DB=sqlite

# cache vendor dirs
cache:
directories:
- vendor
- $HOME/.composer/cache

services:
- postgresql
- mysql

matrix:
fast_finish: true
include:
- php: "7.4"
env:
- DB=pgsql
- DB=mysql
- DB=sqlite
services:
- postgresql
- mysql

- php: "7.3"
env:
- DB=pgsql
- DB=mysql
- DB=sqlite
services:
- postgresql
- mysql

- php: "7.2"
env:
- DB=pgsql
- DB=mysql
- DB=sqlite
services:
- postgresql
- mysql

- php: "7.1"
env:
- DB=pgsql
- DB=mysql
- DB=sqlite
services:
- postgresql
- mysql

- php: "7.0"
env:
- DB=pgsql
- DB=mysql
- DB=sqlite
services:
- postgresql
- mysql

- php: "5.6"
env:
- DB=pgsql
- DB=mysql
- DB=sqlite
services:
- postgresql
- mysql

- php: "5.5"
dist: trusty
env:
- DB=pgsql
- DB=mysql
- DB=sqlite
services:
- postgresql
- mysql

- php: "5.4"
dist: trusty
env:
- DB=pgsql
- DB=mysql
- DB=sqlite
services:
- postgresql
- mysql

addons:
hosts:
Expand Down

0 comments on commit c529f1b

Please sign in to comment.