Commit 453404e9 by tady

fix travis config

parent 23a14f7e
...@@ -16,7 +16,7 @@ services: ...@@ -16,7 +16,7 @@ services:
before_install: before_install:
- "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc" - "echo 'gem: --no-ri --no-rdoc' > ~/.gemrc"
- gem install bundler fog - gem install bundler fog
- "./script/travis/bundle_install.sh" - "sh ./script/travis/bundle_install.sh"
before_script: before_script:
- mysql -e 'CREATE DATABASE rendezvous_test;' - mysql -e 'CREATE DATABASE rendezvous_test;'
- cp config/database.yml.example config/database.yml - cp config/database.yml.example config/database.yml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment