Skip to content

Commit bb8f594

Browse files
committed
Trigger travis build
1 parent c38c877 commit bb8f594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ before_install:
2727
# Setup the root account to be what TFB expects
2828
- mysql --user=root --execute="select Host,User,Password FROM mysql.user"
2929
- echo "Configuring mysql"
30+
- echo "Trigger build"
3031
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('secret') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
3132
- mysql --user=root --password=secret --execute="select Host,User,Password FROM mysql.user"
3233
- mysql -uroot -psecret < config/create.sql

0 commit comments

Comments
 (0)