.travis.yml 158 B

12345678910111213
  1. language: ruby
  2. cache: bundler
  3. rvm:
  4. - 2.0.0
  5. - 2.1
  6. - 2.2
  7. - ruby-head
  8. bundler_args: --without development --retry=3 --jobs=3
  9. script: bundle exec rake