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

Commit 7d53bd2

Browse files
committed
Examples test should still be on draft-07
This is an excellent example of why using the unversioned schema URI / path is a bad idea.
1 parent fb1cd59 commit 7d53bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ before_script:
88
- PATH="./node_modules/.bin/:$PATH"
99
script:
1010
- bundle exec jekyll build
11-
- ajv test -s schema -d "learn/examples/*.json" --valid
11+
- ajv test -s draft-07/schema -d "learn/examples/*.json" --valid

0 commit comments

Comments
 (0)