Skip to content

Commit

Permalink
Test all engines in develop.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jun 4, 2019
1 parent 692f3d5 commit 6c6cf27
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- ./dev/prove -lr t

- stage: 📈 Coverage
if: branch = master
if: branch = develop
services: docker
env: COVERAGE=1
before_install:
Expand All @@ -61,7 +61,7 @@ jobs:

- &postgres
stage: 🐘 Postgres
if: branch = master
if: branch = develop
env: POSTGRES=11
before_install:
- source dev/linux-postgres
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
# https://sqlite.org/chronology.html
- &sqlite
stage: 💡 SQLite
if: branch = master
if: branch = develop
env: SQLITE=3.26.0
before_install:
- source dev/linux-sqlite
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
# https://hub.docker.com/_/mariadb
- &mysql
stage: 🐬 MySQL
if: branch = master
if: branch = develop
services: docker
env: MYSQL=mysql:8.0
before_install:
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
# https://hub.docker.com/r/cjonesy/docker-vertica/tags
- &vertica
stage: 🔺 Vertica
if: branch = master
if: branch = develop
env: VERTICA=9.1.1-0
before_install:
- source dev/linux-vertica
Expand All @@ -189,7 +189,7 @@ jobs:
# https://hub.docker.com/r/exasol/docker-db/tags
- &exasol
stage: ☀️ Exasol
if: branch = master
if: branch = develop
env: EXASOL=6.1.1-d1
before_install:
- source dev/linux-exasol
Expand All @@ -202,7 +202,7 @@ jobs:
# https://hub.docker.com/r/jacobalberty/firebird/tags
- &firebird
stage: 🔥 Firebird
if: branch = master
if: branch = develop
env: FIREBIRD=3.0
before_install:
- source dev/linux-firebird
Expand Down

0 comments on commit 6c6cf27

Please sign in to comment.