diaspora_federation/.travis.yml
2015-07-14 11:02:36 +02:00

19 lines
255 B
YAML

language: ruby
rvm:
- 2.2
- 2.1
- 2.0
sudo: false
cache:
bundler: true
branches:
only:
- 'master'
before_install: gem install bundler
bundler_args: "--deployment --without development --jobs=3 --retry=3"
script: "./script/ci/travis.sh"