Skip to content

Commit

Permalink
start brew mysql in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
saizai committed Oct 3, 2015
1 parent 5bdf791 commit a33e6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ before_install:
- gem update --system
- gem --version
# - 'command -v brew && brew update || echo "no brew"'
- 'command -v brew && brew install mysql && sudo mysql.server start || echo "no brew"'
- 'command -v brew && brew install mysql && mysql.server start || echo "no brew"'
# - 'command -v apt-get && sudo apt-get update -qq || echo "no apt-get"'
after_install:
- bundle-audit update
Expand Down

0 comments on commit a33e6fb

Please sign in to comment.