Skip to content

Commit 71e9fad

Browse files
committed
Travis: fix bundler
1 parent 8cc8957 commit 71e9fad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ sudo: false
99
## Save bundler deps. Requires sudo: false
1010
cache: bundler
1111

12-
## Disable external link checking to prevent spurious failures because
13-
## of other people's downtime. This can also avoid wasting their
14-
## bandwidth.
12+
## Required if our Ruby version is 2.2 or below
13+
before_install:
14+
- gem install bundler -v '< 2'
1515

1616
## Build all possible jekyll pages for use with link checking.
1717
script:

0 commit comments

Comments
 (0)