vagrant/.travis.yml

24 lines
228 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:
2013-12-02 06:54:16 +00:00
- 2.0.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