Merge pull request #3746 from Sharpie/travis-speed-bump

Speed up nokogiri installation during Travis runs
This commit is contained in:
Mitchell Hashimoto 2014-05-10 11:46:54 -07:00
commit c24cbd1da6
1 changed files with 3 additions and 0 deletions

View File

@ -4,4 +4,7 @@ before_install:
- sudo apt-get install -qq -y bsdtar
rvm:
- 2.0.0
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
script: rake test:unit