We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d34430 commit ce57859Copy full SHA for ce57859
.travis.yml
@@ -31,7 +31,7 @@ jobs:
31
- npm install -g newman
32
- newman --version
33
- wget https://repo.mysql.com//mysql-apt-config_0.8.15-1_all.deb
34
- - sudo dpkg -i mysql-apt-config_0.8.10-1_all.deb
+ - sudo dpkg -i mysql-apt-config_0.8.15-1_all.deb
35
- sudo apt-get update -q
36
- sudo apt-get install -q -y --allow-unauthenticated -o Dpkg::Options::=--force-confnew mysql-server
37
- sudo systemctl restart mysql
0 commit comments