Skip to content

Commit

Permalink
Setup MySQL in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hamiltont committed Jul 18, 2014
1 parent 7b5fe8e commit 16f4962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ before_install:
- ssh-keygen -f /home/travis/.ssh/id_rsa -N '' -t rsa
- cat /home/travis/.ssh/id_rsa.pub > /home/travis/.ssh/authorized_keys
- chmod 600 /home/travis/.ssh/authorized_keys
# Setup the root account to be what TFB expects
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('secret') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
install:
- pip install docker-py
- pip install coveralls
Expand Down

0 comments on commit 16f4962

Please sign in to comment.