You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
279 B
23 lines
279 B
6 years ago
|
language: ruby
|
||
|
|
||
|
sudo: false
|
||
|
|
||
|
rvm:
|
||
|
- 2.0.0
|
||
|
- 2.1
|
||
|
- 2.2
|
||
|
- 2.3
|
||
|
|
||
|
matrix:
|
||
|
allow_failures:
|
||
|
- rvm: 2.3
|
||
|
|
||
|
install:
|
||
|
- "travis_retry bundle config build.nokogiri --use-system-libraries"
|
||
|
- "travis_retry bundle install --retry 3"
|
||
|
|
||
|
script: bundle exec rake
|
||
|
|
||
|
git:
|
||
|
depth: 10
|