File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- dist : xenial
21sudo : required
32language : php
43
5- addons :
6- mariadb : ' 10.1'
7-
84cache :
95 directories :
106 - $HOME/.composer/cache
2824 depth : 1
2925
3026install :
27+ - echo mysql-apt-config mysql-apt-config/select-server select mysql-5.7 | sudo debconf-set-selections
28+ - wget http://dev.mysql.com/get/mysql-apt-config_0.7.3-1_all.deb
29+ - sudo dpkg --install mysql-apt-config_0.7.3-1_all.deb
30+ - sudo apt-get update -q
31+ - sudo apt-get install -q -y -o Dpkg::Options::=--force-confnew mysql-server
32+ - sudo mysql_upgrade
3133 - if [ "$deps" == "low" ]; then travis_retry composer update --prefer-source --prefer-lowest --prefer-stable --no-interaction; fi
3234 - if [ "$deps" != "low" ]; then travis_retry composer install --prefer-source --no-interaction; fi
3335
You can’t perform that action at this time.
0 commit comments