From bd868b612db1e4c7a9421fc67a526a1411db0275 Mon Sep 17 00:00:00 2001 From: Jun Matsushita Date: Sat, 14 Jan 2017 10:13:35 +0100 Subject: [PATCH 1/3] Bump to trigger CI --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a6af6bc..561daf2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # jsonld ChangeLog ## [Unreleased] + - Expansion performance test in test-suite ## [0.4.11] - 2016-04-24 From 48b25b3cded6d55c010337f70a23b8e1a1078608 Mon Sep 17 00:00:00 2001 From: Jun Matsushita Date: Sat, 14 Jan 2017 10:17:51 +0100 Subject: [PATCH 2/3] Point travis to fork branch with timeout test --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4198e95e..d3426946 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ node_js: sudo: false # download test suite and run tests... submodule? meta testing project with # all of the reference implementations? -script: - - git clone https://github.com/json-ld/json-ld.org.git _json-ld.org +script: + - git clone https://github.com/iilab/json-ld.org.git -b test/jsonldjs-simple-context-timeout _json-ld.org - make test-suite JSONLD_TEST_SUITE=./_json-ld.org/test-suite - git clone https://github.com/json-ld/normalization.git _normalization - make test-suite JSONLD_TEST_SUITE=./_normalization/tests From 44701215ff76ac9899f2409bc51e5edc5379d0b7 Mon Sep 17 00:00:00 2001 From: Jun Matsushita Date: Sat, 14 Jan 2017 10:25:03 +0100 Subject: [PATCH 3/3] Bump to rerun tests --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 561daf2a..fbd24328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # jsonld ChangeLog ## [Unreleased] - - Expansion performance test in test-suite + - Expansion performance test in test-suite. ## [0.4.11] - 2016-04-24