From d0b88b939f0eceff79b82b53eda1920a8ca35531 Mon Sep 17 00:00:00 2001 From: cdetrio Date: Sat, 5 Aug 2017 17:15:38 -0400 Subject: add schema for state test fillers --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a2b9a2757..d9d7c58fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,4 @@ script: - find . -name "*.json" -not -name "*Filler.json" -print0 | xargs -I file -n1 -0 python -mjson.tool file /dev/null # run schema tests against GeneralStateTests - echo -e "$(find GeneralStateTests -name '*.json')" | node JSONSchema/validate.js JSONSchema/schema.json +- echo -e "$(find src/GeneralStateTestsFiller -name '*.json')" | node JSONSchema/validate.js JSONSchema/filler-schema.json \ No newline at end of file -- cgit