We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo: false
1 parent ca86372 commit 9b6bd58Copy full SHA for 9b6bd58
.travis.yml
@@ -1,19 +1,22 @@
1
language: ruby
2
+cache:bundler
3
+rvm:
4
+ - 2.6
5
+ - 2.4
6
+
7
script : script/cibuild
-sudo: false
-notifications:
- email: false
8
9
branches:
10
only:
11
- master
-rvm:
- - 2.6
- - 2.4
12
env:
13
- - ""
14
- JEKYLL_VERSION=3.7.4
15
matrix:
16
include:
17
- # GitHub Pages
18
- rvm: 2.5.1
+ rvm: 2.5.3
19
env: GH_PAGES=true
20
21
+notifications:
22
+ email: false
0 commit comments