Created
October 5, 2014 13:36
-
-
Save andreypronin/cb7ea4224554fd68b0e0 to your computer and use it in GitHub Desktop.
.travis.yml for gems
This file contains 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 | |
cache: bundler | |
rvm: | |
- 2.1.2 | |
branches: | |
only: | |
- master | |
script: bundle exec rake spec | |
before_install: | |
- gem update --system | |
- gem --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment