aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorcdetrio <cdetrio@gmail.com>2017-08-06 05:10:03 +0800
committerUbuntu <ubuntu@ip-172-31-32-43.us-west-2.compute.internal>2017-08-08 04:41:46 +0800
commit0570119b4075010dfb8b6611523e1d5c26829ccf (patch)
tree768da47ecb23d08d462981d9b38af8e8b1be5304 /.travis.yml
parent8b3777057118b3157772dbe1fe9fb3404ecbb4c1 (diff)
downloadtangerine-tests-0570119b4075010dfb8b6611523e1d5c26829ccf.tar
tangerine-tests-0570119b4075010dfb8b6611523e1d5c26829ccf.tar.gz
tangerine-tests-0570119b4075010dfb8b6611523e1d5c26829ccf.tar.bz2
tangerine-tests-0570119b4075010dfb8b6611523e1d5c26829ccf.tar.lz
tangerine-tests-0570119b4075010dfb8b6611523e1d5c26829ccf.tar.xz
tangerine-tests-0570119b4075010dfb8b6611523e1d5c26829ccf.tar.zst
tangerine-tests-0570119b4075010dfb8b6611523e1d5c26829ccf.zip
validate.js takes schema file as argument
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 688906320..a2b9a2757 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 'JSONSchema/schema.json')" | node JSONSchema/validate.js
+- echo -e "$(find GeneralStateTests -name '*.json')" | node JSONSchema/validate.js JSONSchema/schema.json