Navigation Menu

Skip to content

Commit

Permalink
travis: install required package
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 30, 2016
1 parent 7ec49c1 commit ca476e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/travis/install.sh
Expand Up @@ -128,7 +128,9 @@ else
set -x
sudo apt-get -y build-dep percona-server-server-${series}
sudo apt-get -y install \
percona-server-server-${series} percona-server-test-${series}
percona-server-server-${series} \
percona-server-client-${series} \
percona-server-test-${series}
apt-get source percona-server-server-${series}
ln -s $(find . -maxdepth 1 -type d | sort | tail -1) mysql
;;
Expand Down

0 comments on commit ca476e8

Please sign in to comment.