Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikP committed Feb 13, 2020
1 parent f2b5cee commit 38c2c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
script:
- npm install -g ajv-cli
- ajv -s xarf.schema.json -d "samples/*.json" -r "schemas/*.schema.json"
- npm install jsonfile json-schema-ref-parse
- npm install jsonfile json-schema-ref-parser
- node create_full_schema_file.js
- ajv -s xarf_bundled.schema.json -d "samples/*.json"
- ajv -s xarf_deref.schema.json -d "samples/*.json"
Expand Down

0 comments on commit 38c2c81

Please sign in to comment.