Created
December 11, 2012 17:06
-
-
Save ngsmrk/4260341 to your computer and use it in GitHub Desktop.
Sample travis CI YML file
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 | |
- 1.9.2 | |
- 1.9.3 | |
# uncomment this line if your project needs to run something other than `rake`: | |
script: bundle exec rspec spec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment