Skip to content

Commit

Permalink
[CONJ-380] change maxscale test version
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Nov 21, 2016
1 parent 6b1203a commit c7e5833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/before_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ remove_mysql
if [ "$TYPE" == "MAXSCALE" ]
then
#install maxscale
wget "https://downloads.mariadb.com/MaxScale/${MAXSCALE_VERSION}/ubuntu/dists/precise/main/binary-amd64/maxscale-2.0.1-1.ubuntu.precise.x86_64.deb"
wget "https://downloads.mariadb.com/MaxScale/${MAXSCALE_VERSION}/ubuntu/dists/precise/main/binary-amd64/maxscale-2.0.1-2.ubuntu.precise.x86_64.deb"
sudo dpkg -i maxscale-2.0.1-1.ubuntu.precise.x86_64.deb
sudo apt-get install -f
sudo sed -i 's/user=myuser/user=root/g' /etc/maxscale.cnf
Expand Down

0 comments on commit c7e5833

Please sign in to comment.