Browse Source

Trigger travis build

Hamilton Turner 11 years ago
parent
commit
bb8f594ade
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -27,6 +27,7 @@ before_install:
     # Setup the root account to be what TFB expects
     # Setup the root account to be what TFB expects
   - mysql --user=root --execute="select Host,User,Password FROM mysql.user"
   - mysql --user=root --execute="select Host,User,Password FROM mysql.user"
   - echo "Configuring mysql"
   - echo "Configuring mysql"
+  - echo "Trigger build"
   - echo "USE mysql;\nUPDATE user SET password=PASSWORD('secret') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
   - 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 --user=root --password=secret --execute="select Host,User,Password FROM mysql.user"
   - mysql -uroot -psecret < config/create.sql
   - mysql -uroot -psecret < config/create.sql