Skip to content

Commit

Permalink
Make NOKOGIRI a global variable for travis; it shouldn't kick off mat…
Browse files Browse the repository at this point in the history
…rix builds.
  • Loading branch information
gkellogg committed Jul 26, 2020
1 parent 05f147d commit f2fdfbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: ruby
script: "bundle exec rspec spec"
env:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
- CI=true
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
rvm:
- 2.4
- 2.5
Expand Down

0 comments on commit f2fdfbd

Please sign in to comment.