Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Aug 2, 2016
1 parent a018628 commit 93e7ffb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,9 @@ script:
- bundle install
- bundle exec rake
env:
- MYSQL_VERSION=5.6.27
- MYSQL_VERSION=5.6.27
before_install:
- gem update bundler
install:
- "sudo apt-get -y remove mysql-common mysql-server-5.5 mysql-server-core-5.5 mysql-client-5.5 mysql-client-core-5.5"
- "sudo apt-get -y autoremove"
Expand Down

0 comments on commit 93e7ffb

Please sign in to comment.