Skip to content

Commit

Permalink
[misc] ensuring PR test suite runs correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
diego Dupin committed Aug 30, 2021
1 parent 42cb1e4 commit d72b85c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ jobs:
- env: srv=mariadb v=10.4 local=1
- env: srv=mariadb v=10.5 local=1
- env: srv=mariadb v=10.6 local=1
- if: env(CONNECTOR_TEST_SECRET_KEY)
- if: env(TRAVIS_PULL_REQUEST) = "false"
env: srv=mariadb-es v=10.5
- if: env(CONNECTOR_TEST_SECRET_KEY)
- if: env(TRAVIS_PULL_REQUEST) = "false"
env: srv=maxscale
- if: env(CONNECTOR_TEST_SECRET_KEY)
- if: env(TRAVIS_PULL_REQUEST) = "false"
env: srv=build v=10.6
- env: srv=mysql v=5.7 native=1
- env: srv=mysql v=8.0 native=1
- if: env(CONNECTOR_TEST_SECRET_KEY)
- if: env(TRAVIS_PULL_REQUEST) = "false"
env: srv=skysql
- if: env(CONNECTOR_TEST_SECRET_KEY)
- if: env(TRAVIS_PULL_REQUEST) = "false"
env: srv=skysql-ha
- env: server_branch=10.2
- env: server_branch=10.2 TEST_OPTION=--ps-protocol
Expand Down

0 comments on commit d72b85c

Please sign in to comment.