Skip to content

Commit

Permalink
removed 10.2 from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Sep 2, 2022
1 parent 6ab1397 commit d193ce1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ jobs:
- env: srv=mariadb v=10.5
os: windows
language: shell
- env: srv=mariadb v=10.2 local=1
dist: bionic
- env: srv=mariadb v=10.3 local=1
dist: bionic
- env: srv=mariadb v=10.4 local=1
- env: srv=mariadb v=10.5 local=1
- env: srv=mariadb v=10.6 local=1
Expand All @@ -62,13 +61,13 @@ jobs:
env: srv=skysql
- if: type = push AND fork = false
env: srv=skysql-ha
- env: server_branch=10.2
- env: server_branch=10.2 TEST_OPTION=--ps-protocol
- env: server_branch=10.3
- env: server_branch=10.3 TEST_OPTION=--ps-protocol
- env: server_branch=10.4
- env: server_branch=10.4 TEST_OPTION=--ps-protocol
- env: server_branch=10.5
- env: server_branch=10.5 TEST_OPTION=--ps-protocol
- env: server_branch=10.6
- env: server_branch=10.6 TEST_OPTION=--ps-protocol

script: ./travis.sh

0 comments on commit d193ce1

Please sign in to comment.