We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2186d commit 877ec71Copy full SHA for 877ec71
.travis.yml
@@ -1,5 +1,6 @@
1
sudo: required
2
dist: trusty
3
+services: mysql
4
5
# Add encrypted env variables, used for setting up the test environment
6
env:
@@ -13,7 +14,7 @@ env:
13
14
15
before_script:
16
# Change the default user-password pair for mysql (pre-installed on Travis CI)
- - mysql -u root -e "UPDATE user SET Password=PASSWORD('hello') WHERE User='root';FLUSH PRIVILEGES;" mysql
17
+ - mysql -u root -e "UPDATE user SET Password=PASSWORD('hello') WHERE User='root';FLUSH PRIVILEGES;"
18
- sudo service mysql restart
19
# Install our app
20
- scripts/travis_install.sh
0 commit comments