Skip to content

Commit 07ee63c

Browse files
authored
chore (ci): remove deprecated sudo: false in .travis.yml
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
1 parent 9ffb9c1 commit 07ee63c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
language: ruby
22
cache: bundler
3-
sudo: false
43
rvm:
54
- 2.6
65
- 2.4
7-
env:
8-
global:
9-
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
6+
107
before_install:
118
- gem update --system
129
- gem install bundler
10+
1311
before_script: bundle update
1412
script: script/cibuild
13+
14+
env:
15+
global:
16+
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
17+
1518
notifications:
1619
email: false

0 commit comments

Comments
 (0)