Skip to content

Commit

Permalink
[misc] stopping server for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed May 7, 2017
1 parent 1b99cda commit 152eab5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ mvn clean test $urlString -DtestSingleHost=$testSingleHost $ADDITIONNAL_VARIABLE
-DkeystorePath="/etc/mysql/client-keystore.jks" -DkeystorePassword="kspass" \
-Dkeystore2Path="/etc/mysql/fullclient-keystore.jks" -Dkeystore2Password="kspass" -DkeyPassword="kspasskey" \
-Dkeystore2PathP12="/etc/mysql/fullclient-keystore.p12"

if [ ! -n "$AURORA" ]
then
sudo service mysql stop
fi

0 comments on commit 152eab5

Please sign in to comment.