Skip to content

Commit dd2a7bb

Browse files
committed
Update Travis config.
1 parent 801e373 commit dd2a7bb

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
name: "Verify examples are consistent"
1818
language: ruby
1919
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'
2023
bundler_args: --without debug
2124
script: "rake test"
2225
- stage: links
@@ -26,6 +29,11 @@ jobs:
2629
- docker
2730
# Because (alas) rawgit is end of life, we'll run this only on the master branch.
2831
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'
2937
script:
3038
- docker pull stupchiy/checklink
3139
- 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"

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: 6bb0c2d269e8cf80152d519ee5fd16696812b1f2
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)