vagrant/.travis.yml

27 lines
258 B
YAML
Raw Normal View History

language: ruby
2015-05-15 16:57:26 +00:00
2015-07-09 23:18:19 +00:00
sudo: false
cache: bundler
addons:
apt:
packages:
- bsdtar
2015-05-15 16:57:26 +00:00
rvm:
2018-10-17 19:27:20 +00:00
- 2.3.8
- 2.4.5
2018-10-18 15:17:02 +00:00
- 2.5.3
- 2.6.0
2015-05-15 16:57:26 +00:00
branches:
only:
- master
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
2015-05-15 16:57:26 +00:00
2015-07-09 23:20:02 +00:00
script: bundle exec rake test:unit