We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659e200 commit 69f662dCopy full SHA for 69f662d
.travis.yml
@@ -15,7 +15,7 @@ env:
15
16
before_script:
17
# Change the default user-password pair for mysql (pre-installed on Travis CI)
18
- - mysql -u root -e "UPDATE user SET Password=PASSWORD('hello') WHERE User='root';FLUSH PRIVILEGES;" mysql
+ - mysql -u root -e "UPDATE user SET Password=PASSWORD('hello') WHERE User='root';FLUSH PRIVILEGES;"
19
- sudo service mysql restart
20
# Install our app
21
- scripts/travis_install.sh
0 commit comments