File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 16
16
- stage : examples
17
17
name : " Verify examples are consistent"
18
18
language : ruby
19
- rvm : 2.6
19
+ rvm : 2.7
20
+ before_install :
21
+ - ' gem update --system --conservative'
22
+ - ' gem update bundler --conservative'
20
23
script : " bundle exec rake test"
21
24
- stage : links
22
25
name : " Check internal links and HTML"
26
29
# Because (alas) rawgit is end of life, we'll run this only on the master branch.
27
30
if : branch = master
28
31
language : ruby
29
- rvm : 2.6
32
+ rvm : 2.7
33
+ before_install :
34
+ - ' gem update --system --conservative'
35
+ - ' gem update bundler --conservative'
30
36
script :
31
37
- docker pull stupchiy/checklink
32
38
- 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"
You can’t perform that action at this time.
0 commit comments