Skip to content

Instantly share code, notes, and snippets.

@fijimunkii
Last active December 28, 2015 21:39
Show Gist options
  • Save fijimunkii/7566367 to your computer and use it in GitHub Desktop.
Save fijimunkii/7566367 to your computer and use it in GitHub Desktop.
sh: travis config for ruby 1.9.3
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