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 cef5512 commit c38c877Copy full SHA for c38c877
.travis.yml
@@ -28,10 +28,8 @@ before_install:
28
- mysql --user=root --execute="select Host,User,Password FROM mysql.user"
29
- echo "Configuring mysql"
30
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('secret') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
31
- - mysql --user=root --execute="select Host,User,Password FROM mysql.user"
32
- mysql --user=root --password=secret --execute="select Host,User,Password FROM mysql.user"
33
- mysql -uroot -psecret < config/create.sql
34
35
36
37
install:
0 commit comments