diaspora_federation/.travis.yml
2016-11-08 00:25:20 +01:00

20 lines
285 B
YAML

language: ruby
rvm:
- 2.3.1
- 2.2.5
- 2.1
sudo: false
cache:
bundler: true
branches:
only:
- 'master'
- 'develop'
before_install: test/scripts/prepare-travis.sh
bundler_args: "--deployment --without development --jobs=3 --retry=3"
script: test/scripts/travis.sh