Skip to content

Commit

Permalink
Fix Travis?
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jan 4, 2019
1 parent 870516f commit f78b807
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sudo: false
language: ruby
cache: bundler

rvm:
- 2.3.6
- 2.4.3
Expand All @@ -8,19 +11,9 @@ rvm:
git:
depth: 10

env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true

sudo: false
cache: bundler

addons:
apt:
sources:
- kalakris-cmake
packages:
- cmake
before_install:
- gem update --system
- gem install bundler

matrix:
include:
Expand Down

0 comments on commit f78b807

Please sign in to comment.