Skip to content

Commit

Permalink
Enable testing with PostgreSQL 10 on PRs
Browse files Browse the repository at this point in the history
because kiwitcms-tenants needs PostgreSQL we enable testing with
it for all PRs alongside MariaDB.
  • Loading branch information
atodorov committed Apr 6, 2019
1 parent 7e7ecba commit 46faafb
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,24 +70,27 @@ jobs:
mariadb: 10.1

- stage: testing
if: branch = master AND type = push
env:
- TEST_DB=SQLite
- TEST_DB=Postgres
- CMD=test
addons:
postgresql: 10
apt:
packages:
- postgresql-10
- postgresql-client-10

- stage: testing
if: branch = master AND type = push
env:
- TEST_DB=MySQL
- TEST_DB=SQLite
- CMD=test

- stage: testing
if: branch = master AND type = push
env:
- TEST_DB=Postgres
- TEST_DB=MySQL
- CMD=test
addons:
postgresql: 9.5

- stage: localization_testing
env:
Expand Down

0 comments on commit 46faafb

Please sign in to comment.