Skip to content

Commit 2f733d7

Browse files
committed
Update travis build matrix.
1 parent 2c8fa58 commit 2f733d7

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- git remote update
1515
- git diff --exit-code remotes/b/master -- common
1616
- stage: examples
17+
before_install:
18+
- 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
19+
- 'gem update bundler --conservative'
1720
name: "Verify examples are consistent"
1821
language: ruby
1922
rvm: 2.5
@@ -27,6 +30,9 @@ jobs:
2730
- docker
2831
# Because (alas) rawgit is end of life, we'll run this only on the master branch.
2932
if: branch = master
33+
before_install:
34+
- 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)'
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://w3c.github.io/json-ld-syntax/index.html?specStatus=WD;shortName=json-ld11"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: git://github.com/ruby-rdf/json-ld.git
3-
revision: 147930bfd2bceeef4d6f79f203cddc4134e3b65d
3+
revision: d88f81b143a602a6174b8b9da79c2fc6c04d127b
44
branch: develop
55
specs:
66
json-ld (3.0.2)
@@ -18,7 +18,7 @@ GEM
1818
i18n
1919
builder (3.2.3)
2020
colorize (0.8.1)
21-
concurrent-ruby (1.1.4)
21+
concurrent-ruby (1.1.5)
2222
connection_pool (2.2.2)
2323
ebnf (1.1.3)
2424
rdf (~> 3.0)
@@ -31,7 +31,7 @@ GEM
3131
hamster (3.0.0)
3232
concurrent-ruby (~> 1.0)
3333
htmlentities (4.3.4)
34-
i18n (1.5.3)
34+
i18n (1.6.0)
3535
concurrent-ruby (~> 1.0)
3636
json-ld-preloaded (3.0.2)
3737
json-ld (~> 3.0)
@@ -152,9 +152,9 @@ GEM
152152
sparql-client (3.0.1)
153153
net-http-persistent (>= 2.9, < 4)
154154
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)
158158
tilt (2.0.9)
159159

160160
PLATFORMS

0 commit comments

Comments
 (0)