aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorcdetrio <cdetrio@gmail.com>2017-08-06 05:15:38 +0800
committerUbuntu <ubuntu@ip-172-31-32-43.us-west-2.compute.internal>2017-08-08 04:41:46 +0800
commitd0b88b939f0eceff79b82b53eda1920a8ca35531 (patch)
tree4d4050d8c224a7f60302972550f502132878b6a3 /.travis.yml
parent110969e11c15c2d69e4a9666f6805497dfee70c3 (diff)
downloaddexon-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.tar
dexon-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.tar.gz
dexon-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.tar.bz2
dexon-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.tar.lz
dexon-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.tar.xz
dexon-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.tar.zst
dexon-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.zip
add schema for state test fillers
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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