Merge pull request #3746 from Sharpie/travis-speed-bump
Speed up nokogiri installation during Travis runs
This commit is contained in:
commit
c24cbd1da6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue