The gem still supports ruby 2.1 (without rails or with rails 4.2), but I can't run tests for it on travis.
19 lines
268 B
YAML
19 lines
268 B
YAML
language: ruby
|
|
|
|
rvm:
|
|
- 2.3.1
|
|
- 2.2.5
|
|
|
|
sudo: false
|
|
cache:
|
|
bundler: true
|
|
|
|
branches:
|
|
only:
|
|
- 'master'
|
|
- 'develop'
|
|
|
|
before_install: gem install bundler
|
|
bundler_args: "--deployment --without development --jobs=3 --retry=3"
|
|
|
|
script: bundle exec rake --trace
|