We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
global
1 parent 49d46ff commit 5d54dc3Copy full SHA for 5d54dc3
1 file changed
.travis.yml
@@ -5,8 +5,9 @@ before_install:
5
- 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
6
- 'gem update bundler --conservative'
7
env:
8
- - CI=true
9
- - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
+ global:
+ - CI=true
10
+ - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
11
gemfile:
12
- Gemfile
13
- Gemfile-pure
0 commit comments