Skip to content

Commit 3f4e002

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 a77e434 commit 3f4e002

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: ruby
2+
cache: bundler
23
rvm:
34
- 2.4
45
- 2.6
5-
sudo: false
6-
cache: bundler
6+
77
before_script: bundle update
88
script: script/cibuild
9+
910
notifications:
1011
email:
1112
recipients:

0 commit comments

Comments
 (0)