diff options
author | Jared Wasinger <j-wasinger@hotmail.com> | 2017-07-06 14:37:04 +0800 |
---|---|---|
committer | Ubuntu <ubuntu@ip-172-31-32-43.us-west-2.compute.internal> | 2017-08-08 04:41:46 +0800 |
commit | 6bdff4b01b9bda7264b4208ee12d8b7206191f98 (patch) | |
tree | 2e538911d18705d9c8c3b22cf48bc54f4bc801b7 /.travis.yml | |
parent | 2b523eb61c79bdc5f066e49c97c6ddfb971a2f03 (diff) | |
download | tangerine-tests-6bdff4b01b9bda7264b4208ee12d8b7206191f98.tar tangerine-tests-6bdff4b01b9bda7264b4208ee12d8b7206191f98.tar.gz tangerine-tests-6bdff4b01b9bda7264b4208ee12d8b7206191f98.tar.bz2 tangerine-tests-6bdff4b01b9bda7264b4208ee12d8b7206191f98.tar.lz tangerine-tests-6bdff4b01b9bda7264b4208ee12d8b7206191f98.tar.xz tangerine-tests-6bdff4b01b9bda7264b4208ee12d8b7206191f98.tar.zst tangerine-tests-6bdff4b01b9bda7264b4208ee12d8b7206191f98.zip |
make error output more informative. Make schema more comprehensive. Add exit code of -1 upon failure
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9aad47f7a..0d54f3211 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ script: # will fail, if linting fails - 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' ! -path '../schema/*.json')" | node JSONSchema/validate.js +- echo -e "$(find GeneralStateTests -name '*.json' ! -path 'JSONSchema/schema.json')" | node JSONSchema/validate.js |