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.
1 parent 8cc8957 commit 71e9fadCopy full SHA for 71e9fad
.travis.yml
@@ -9,9 +9,9 @@ sudo: false
9
## Save bundler deps. Requires sudo: false
10
cache: bundler
11
12
-## Disable external link checking to prevent spurious failures because
13
-## of other people's downtime. This can also avoid wasting their
14
-## bandwidth.
+## Required if our Ruby version is 2.2 or below
+before_install:
+ - gem install bundler -v '< 2'
15
16
## Build all possible jekyll pages for use with link checking.
17
script:
0 commit comments