.travis.yml 169 B

1234567891011121314
  1. language: ruby
  2. cache: bundler
  3. notifications:
  4. email: false
  5. rvm:
  6. - 2.3.1
  7. - 2.4.1
  8. bundler_args: --without development --retry=3 --jobs=3
  9. script: bundle exec rake