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 c38c877 commit bb8f594Copy full SHA for bb8f594
.travis.yml
@@ -27,6 +27,7 @@ before_install:
27
# Setup the root account to be what TFB expects
28
- mysql --user=root --execute="select Host,User,Password FROM mysql.user"
29
- echo "Configuring mysql"
30
+ - echo "Trigger build"
31
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('secret') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
32
- mysql --user=root --password=secret --execute="select Host,User,Password FROM mysql.user"
33
- mysql -uroot -psecret < config/create.sql
0 commit comments