Skip to content

Instantly share code, notes, and snippets.

@ricardogarfe
Created February 22, 2013 09:44
Show Gist options
  • Save ricardogarfe/5012140 to your computer and use it in GitHub Desktop.
Save ricardogarfe/5012140 to your computer and use it in GitHub Desktop.
Travis Ruby configuration to launch tests
language: ruby
rvm:
- 1.8.7
script:
- bundle exec rake --trace test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment