Skip to content

Commit 69f662d

Browse files
committed
remove mysql dbname from the travis.yml
1 parent 659e200 commit 69f662d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
before_script:
1717
# 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
18+
- mysql -u root -e "UPDATE user SET Password=PASSWORD('hello') WHERE User='root';FLUSH PRIVILEGES;"
1919
- sudo service mysql restart
2020
# Install our app
2121
- scripts/travis_install.sh

0 commit comments

Comments
 (0)