We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0feda6a + 08b830f commit 8d26687Copy full SHA for 8d26687
.travis.yml
@@ -4,8 +4,8 @@ sudo: false
4
node_js:
5
- node
6
before_script:
7
-- npm install ajv-cli
+- npm install ajv-cli@3.1.0
8
- PATH="./node_modules/.bin/:$PATH"
9
script:
10
- bundle exec jekyll build
11
-- ajv test -s draft-07/schema -d "learn/examples/*.json" --valid
+- ajv test -s draft-07/schema -d "learn/examples/*.json" --valid --add-used-schema=false
0 commit comments