goldfinger/.travis.yml

14 lines
169 B
YAML
Raw Permalink Normal View History

2016-02-18 01:44:36 +01:00
language: ruby
cache: bundler
notifications:
email: false
2016-02-18 01:44:36 +01:00
rvm:
2017-05-09 14:59:44 +02:00
- 2.3.1
- 2.4.1
2016-02-18 01:44:36 +01:00
bundler_args: --without development --retry=3 --jobs=3
script: bundle exec rake