vagrant/.travis.yml

22 lines
379 B
YAML
Raw Normal View History

language: ruby
2015-05-15 16:57:26 +00:00
2013-01-29 19:23:06 +00:00
before_install:
2013-01-29 19:23:42 +00:00
- sudo apt-get update -qq
- sudo apt-get install -qq -y bsdtar
- rvm @global do gem uninstall bundler --all --executables
- gem uninstall bundler --all --executables
- gem install bundler --version '< 1.7.0'
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
script: rake test:unit