Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 08b830f

Browse files
committed
Fixes #185
Update ajv-cli which now allows for argument to prevent adding the provided schema to the index. Previously the provided schema, draft-07 meta-schema, was being added, and ajv checks if the schema is unique according to it's provided ... of course this caused problems. Put in ajv-cli RP to allow new argument
1 parent 0feda6a commit 08b830f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ sudo: false
44
node_js:
55
- node
66
before_script:
7-
- npm install ajv-cli
7+
- npm install ajv-cli@3.1.0
88
- PATH="./node_modules/.bin/:$PATH"
99
script:
1010
- bundle exec jekyll build
11-
- ajv test -s draft-07/schema -d "learn/examples/*.json" --valid
11+
- ajv test -s draft-07/schema -d "learn/examples/*.json" --valid --add-used-schema=false

0 commit comments

Comments
 (0)