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-06-12 23:31:53 +00:00
- 2.3.7
- 2.4.4
2018-02-16 10:11:40 +00:00
- 2.5.0
2018-06-12 23:31:53 +00:00
- 2.5.1
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