load tests from JSON-Schema-Test-Suite in travis

master
Evgeny Poberezkin 2015-06-16 22:58:53 +01:00
parent 08c8032fe1
commit 4d155759c9
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
language: node_js
before_script:
- git submodule update --init
node_js:
- "0.10"
- "0.12"
- "0.12"

View File

@ -47,7 +47,7 @@ for (var id in remoteRefs) {
describe('Schema validation tests', function() {
addTests('JSON-Schema tests draft4', './json-schema-test-suite/tests/draft4/{**/,}*.json');
addTests('JSON-Schema tests draft4', './JSON-Schema-Test-Suite/tests/draft4/{**/,}*.json');
addTests('Advanced schema tests', './tests/{**/,}*.json');
});