File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 17
17
name : " Verify examples are consistent"
18
18
language : ruby
19
19
rvm : 2.5
20
+ before_install :
21
+ - ' gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
22
+ - ' gem update bundler --conservative'
20
23
bundler_args : --without debug
21
24
script : " rake test"
22
25
- stage : links
26
29
- docker
27
30
# Because (alas) rawgit is end of life, we'll run this only on the master branch.
28
31
if : branch = master
32
+ language : ruby
33
+ rvm : 2.5
34
+ before_install :
35
+ - ' gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
36
+ - ' gem update bundler --conservative'
29
37
script :
30
38
- docker pull stupchiy/checklink
31
39
- 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"
Original file line number Diff line number Diff line change 1
1
GIT
2
2
remote: git://github.com/ruby-rdf/json-ld.git
3
- revision: 6bb0c2d269e8cf80152d519ee5fd16696812b1f2
3
+ revision: d88f81b143a602a6174b8b9da79c2fc6c04d127b
4
4
branch: develop
5
5
specs:
6
6
json-ld (3.0.2 )
18
18
i18n
19
19
builder (3.2.3 )
20
20
colorize (0.8.1 )
21
- concurrent-ruby (1.1.4 )
21
+ concurrent-ruby (1.1.5 )
22
22
connection_pool (2.2.2 )
23
23
ebnf (1.1.3 )
24
24
rdf (~> 3.0 )
31
31
hamster (3.0.0 )
32
32
concurrent-ruby (~> 1.0 )
33
33
htmlentities (4.3.4 )
34
- i18n (1.5.3 )
34
+ i18n (1.6.0 )
35
35
concurrent-ruby (~> 1.0 )
36
36
json-ld-preloaded (3.0.2 )
37
37
json-ld (~> 3.0 )
152
152
sparql-client (3.0.1 )
153
153
net-http-persistent (>= 2.9 , < 4 )
154
154
rdf (~> 3.0 )
155
- sxp (1.0.1 )
156
- rdf (>= 2.2 , < 4 .0 )
157
- temple (0.8.0 )
155
+ sxp (1.0.2 )
156
+ rdf (~> 3 .0 )
157
+ temple (0.8.1 )
158
158
tilt (2.0.9 )
159
159
160
160
PLATFORMS
You can’t perform that action at this time.
0 commit comments