We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68b5bc commit 189485fCopy full SHA for 189485f
.travis.yml
@@ -4,6 +4,8 @@ php:
4
- 7.2
5
- 7.3
6
7
+dist: xenial
8
+
9
services:
10
- mysql
11
@@ -16,12 +18,6 @@ cache:
16
18
before_script:
17
19
- travis_retry composer self-update
20
- travis_retry composer update --no-interaction
- - echo mysql-apt-config mysql-apt-config/select-server select mysql-5.7 | sudo debconf-set-selections
- - wget https://dev.mysql.com/get/mysql-apt-config_0.7.3-1_all.deb
21
- - sudo dpkg --install mysql-apt-config_0.7.3-1_all.deb
22
- - sudo apt-get update -q
23
- - sudo apt-get install -q -y --allow-unauthenticated -o Dpkg::Options::=--force-confnew mysql-server
24
- - sudo mysql_upgrade
25
- mysql -e "create database IF NOT EXISTS testing;" -uroot;
26
27
script:
0 commit comments