Get travis-ci a little closer to working.
This commit is contained in:
parent
11e5057e52
commit
7ccaf54e70
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
bundler_args: "--without development"
|
||||
rvm:
|
||||
- ree
|
||||
- 1.9.2
|
||||
# - 1.9.2
|
||||
|
||||
script: "bundle exec rake cruise"
|
||||
script: "cp config/database.yml.example config/database.yml; bundle exec rake cruise"
|
||||
env: "TRAVIS=true"
|
||||
|
|
|
|||
Loading…
Reference in a new issue