Skip to content

Commit 1ca6d5d

Browse files
committed
Update rubygems and bundler for travis.
1 parent 23a615f commit 1ca6d5d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
- stage: examples
1717
name: "Verify examples are consistent"
1818
language: ruby
19-
rvm: 2.6
19+
rvm: 2.7
20+
before_install:
21+
- 'gem update --system --conservative'
22+
- 'gem update bundler --conservative'
2023
script: "bundle exec rake test"
2124
- stage: links
2225
name: "Check internal links and HTML"
@@ -26,7 +29,10 @@ jobs:
2629
# Because (alas) rawgit is end of life, we'll run this only on the master branch.
2730
if: branch = master
2831
language: ruby
29-
rvm: 2.6
32+
rvm: 2.7
33+
before_install:
34+
- 'gem update --system --conservative'
35+
- 'gem update bundler --conservative'
3036
script:
3137
- docker pull stupchiy/checklink
3238
- docker run -it stupchiy/checklink -b -X '(http|https|mailto):' "https://labs.w3.org/spec-generator/?type=respec&url=https://rawgit.com/w3c/json-ld-api/${TRAVIS_BRANCH}/index.html?specStatus=WD&shortName=json-ld11-api"

0 commit comments

Comments
 (0)