diff options
author | cdetrio <cdetrio@gmail.com> | 2017-08-06 05:15:38 +0800 |
---|---|---|
committer | Ubuntu <ubuntu@ip-172-31-32-43.us-west-2.compute.internal> | 2017-08-08 04:41:46 +0800 |
commit | d0b88b939f0eceff79b82b53eda1920a8ca35531 (patch) | |
tree | 4d4050d8c224a7f60302972550f502132878b6a3 /.travis.yml | |
parent | 110969e11c15c2d69e4a9666f6805497dfee70c3 (diff) | |
download | tangerine-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.tar tangerine-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.tar.gz tangerine-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.tar.bz2 tangerine-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.tar.lz tangerine-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.tar.xz tangerine-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.tar.zst tangerine-tests-d0b88b939f0eceff79b82b53eda1920a8ca35531.zip |
add schema for state test fillers
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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 |