goldfinger/.travis.yml

13 lines
158 B
YAML
Raw Normal View History

2016-02-18 01:44:36 +01:00
language: ruby
cache: bundler
rvm:
- 2.0.0
- 2.1
- 2.2
- ruby-head
bundler_args: --without development --retry=3 --jobs=3
script: bundle exec rake