Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored Sep 15, 2019
1 parent 625764a commit 6a68bde
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services:
php:
- 7.1
- 7.2
- 7.4snapshot

env:
- "DB=ALL COVERAGE=ALL"
Expand Down Expand Up @@ -44,7 +43,21 @@ jobs:
- vendor/bin/phpunit tests/Schema/Driver/SQLite
- vendor/bin/phpunit tests/Schema/Driver/MySQL
- vendor/bin/phpunit tests/Schema/Driver/Postgres


# PHP 7.4 builds does not support SQLServer yet
- stage: Test
php: 7.4snapshot
env:
- "DB=postgres,mysql,sqlite"
before_install:
- cd tests
- docker-compose up -d
- cd ..
script:
- vendor/bin/phpunit tests/Schema/Driver/SQLite
- vendor/bin/phpunit tests/Schema/Driver/MySQL
- vendor/bin/phpunit tests/Schema/Driver/Postgres

# Testing various PostgresSQL version
- stage: Test
php: 7.1
Expand Down

0 comments on commit 6a68bde

Please sign in to comment.