Last active
December 28, 2015 21:39
-
-
Save fijimunkii/7566367 to your computer and use it in GitHub Desktop.
sh: travis config for ruby 1.9.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: ruby | |
rvm: | |
- 1.9.3 | |
script: | |
- "bundle exec rake db:create" | |
- "bundle exec rake db:migrate RAILS_ENV=test" | |
- "bundle exec rspec spec" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment