Created
February 22, 2013 09:44
-
-
Save ricardogarfe/5012140 to your computer and use it in GitHub Desktop.
Travis Ruby configuration to launch tests
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.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