Skip to content

Commit dc93052

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 e1149ea commit dc93052

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
sudo: false
1+
22
language: ruby
3+
cache: bundler
34
rvm:
45
- 2.6
56
- 2.4
67
branches:
78
only:
89
- master
10+
911
before_install:
1012
- gem update --system
1113
- gem install bundler
1214
install:
1315
- travis_retry script/bootstrap
1416
script: script/cibuild
17+
1518
notifications:
1619
irc:
1720
on_success: change

0 commit comments

Comments
 (0)