diaspora_federation/.travis.yml
Benjamin Neff 3cfc8a7748 Remove ruby 2.1 from travis, because rails 5 doesn't support it anymore
The gem still supports ruby 2.1 (without rails or with rails 4.2), but I
can't run tests for it on travis.
2016-11-05 02:55:01 +01:00

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