hashie/.travis.yml

40 lines
848 B
YAML
Raw Normal View History

language: ruby
sudo: false
cache: bundler
rvm:
- 2.5.3
- 2.4.5
- 2.3.8
2018-02-22 15:05:28 +00:00
- 2.2.9
2017-11-04 01:30:43 +00:00
- 2.1.10
- ruby-head
matrix:
2016-09-09 12:03:22 +00:00
include:
- rvm: 2.5.3
2019-08-14 04:52:15 +00:00
name: "Run Danger and Code Climate"
before_script:
2016-09-09 12:03:22 +00:00
- bundle exec danger
after_script:
- bundle exec codeclimate-test-reporter
- rvm: 2.5.3
2019-08-14 04:52:15 +00:00
name: "Integration Tests"
install:
- for dir in spec/integration/*; do BUNDLE_GEMFILE=$dir/Gemfile bundle; done
script:
- set -e ; for dir in spec/integration/*; do BUNDLE_GEMFILE=$dir/Gemfile bundle exec rspec $dir; done
- rvm: 2.6.6
2019-08-14 13:24:57 +00:00
dist: bionic
2019-08-14 04:53:07 +00:00
- rvm: rbx-3
dist: trusty
2020-01-14 13:50:43 +00:00
bundler_args: --retry 0
2019-08-14 05:01:14 +00:00
- rvm: jruby-9.0.5.0
dist: trusty
- rvm: jruby-head
dist: trusty
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
2017-11-04 01:30:43 +00:00
- rvm: rbx-3