Skip to content

Commit

Permalink
[misc] travis testing on all supported plateform
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Mar 3, 2020
1 parent 330b40b commit abebccd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ cache:
- $HOME/.m2

matrix:
# allow_failures:
# - env: DB=build
allow_failures:
- env: DB=build
include:
# - env: DB=mariadb:5.5
# - env: DB=mariadb:10.1
# - env: DB=mariadb:10.2
# - env: DB=mariadb:10.3
# - env: DB=mariadb:10.4
# - env: DB=mariadb:10.4 BENCHMARK=1
# - env: DB=mariadb:10.5
# - env: DB=mariadb:10.4 MAXSCALE_VERSION=2.2.9
# - env: DB=build
# - env: DB=mysql:5.6
# - env: DB=mysql:5.7
- env: DB=mariadb:5.5
- env: DB=mariadb:10.1
- env: DB=mariadb:10.2
- env: DB=mariadb:10.3
- env: DB=mariadb:10.4
- env: DB=mariadb:10.4 BENCHMARK=1
- env: DB=mariadb:10.5
- env: DB=mariadb:10.4 MAXSCALE_VERSION=2.2.9
- env: DB=build
- env: DB=mysql:5.6
- env: DB=mysql:5.7
- env: DB=mysql:8.0 ADDITIONAL_CONF=--default-authentication-plugin=mysql_native_password --caching_sha2_password_private_key_path=/etc/sslcert/server.key --caching_sha2_password_public_key_path=/etc/sslcert/public.key --sha256_password_public_key_path=/etc/sslcert/public.key --sha256_password_private_key_path=/etc/sslcert/server.key

script:
Expand Down
3 changes: 1 addition & 2 deletions .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ else
-Dkeystore2Password="kspass" -DkeyPassword="kspasskey" \
-Dkeystore2PathP12="$SSLCERT/fullclient-keystore.p12" \
-DrunLongTest=true \
-DserverPublicKey="$SSLCERT/public.key" \
-Dtest=org.mariadb.r2dbc.integration.authentication.Sha*)
-DserverPublicKey="$SSLCERT/public.key" )
fi

if [ -n "$MAXSCALE_VERSION" ]; then
Expand Down

0 comments on commit abebccd

Please sign in to comment.