Skip to content

Commit 9b6bd58

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 ca86372 commit 9b6bd58

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.travis.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
language: ruby
2+
cache:bundler
3+
rvm:
4+
- 2.6
5+
- 2.4
6+
27
script : script/cibuild
3-
sudo: false
4-
notifications:
5-
email: false
8+
69
branches:
710
only:
811
- master
9-
rvm:
10-
- 2.6
11-
- 2.4
1212
env:
13-
- ""
1413
- JEKYLL_VERSION=3.7.4
14+
1515
matrix:
1616
include:
1717
- # GitHub Pages
18-
rvm: 2.5.1
18+
rvm: 2.5.3
1919
env: GH_PAGES=true
20+
21+
notifications:
22+
email: false

0 commit comments

Comments
 (0)