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

Commit 8d26687

Browse files
authored
Merge pull request #314 from Relequestual/master
Fixes #185
2 parents 0feda6a + 08b830f commit 8d26687

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)