Skip to content

Commit 849ba08

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 39ca586 commit 849ba08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: ruby
2+
cache: bundler
23
rvm:
34
- 2.4
45
- 2.6
@@ -27,7 +28,6 @@ notifications:
2728
email:
2829
on_success: never
2930
on_failure: change
30-
sudo: false
31-
cache: bundler
31+
3232
services:
3333
- redis-server

0 commit comments

Comments
 (0)