##// END OF EJS Templates
travis: show mysql packages...
Toshi MARUYAMA -
r13850:9978a54606ca
parent child
Show More
@@ -52,6 +52,7 matrix:
52 before_install:
52 before_install:
53 - "sudo apt-get update -qq"
53 - "sudo apt-get update -qq"
54 - "sudo apt-get --no-install-recommends install bzr cvs git mercurial subversion"
54 - "sudo apt-get --no-install-recommends install bzr cvs git mercurial subversion"
55 - dpkg -l *mysql*
55 - if [[ $DB =~ (mariadb|mysql-5\.[67]) ]] ;
56 - if [[ $DB =~ (mariadb|mysql-5\.[67]) ]] ;
56 then
57 then
57 sudo service mysql stop ;
58 sudo service mysql stop ;
General Comments 0
You need to be logged in to leave comments. Login now