Skip to content

Commit

Permalink
Trigger travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
hamiltont committed Jul 22, 2014
1 parent c38c877 commit bb8f594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ before_install:
# Setup the root account to be what TFB expects
- mysql --user=root --execute="select Host,User,Password FROM mysql.user"
- echo "Configuring mysql"
- echo "Trigger build"
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('secret') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
- mysql --user=root --password=secret --execute="select Host,User,Password FROM mysql.user"
- mysql -uroot -psecret < config/create.sql
Expand Down

0 comments on commit bb8f594

Please sign in to comment.