Skip to content

Commit

Permalink
Working on travis DB
Browse files Browse the repository at this point in the history
  • Loading branch information
hamiltont committed Jul 22, 2014
1 parent cef5512 commit c38c877
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ before_install:
- mysql --user=root --execute="select Host,User,Password FROM mysql.user"
- echo "Configuring mysql"
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('secret') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
- mysql --user=root --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 --user=root --execute="select Host,User,Password FROM mysql.user"
- mysql --user=root --password=secret --execute="select Host,User,Password FROM mysql.user"

install:
Expand Down

0 comments on commit c38c877

Please sign in to comment.