Skip to content

Instantly share code, notes, and snippets.

@andreypronin
Created October 5, 2014 13:36
Show Gist options
  • Save andreypronin/cb7ea4224554fd68b0e0 to your computer and use it in GitHub Desktop.
Save andreypronin/cb7ea4224554fd68b0e0 to your computer and use it in GitHub Desktop.
.travis.yml for gems
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