From 693a6ba8a92bcb5059224d4fd8550cce6e94b0a7 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Tue, 4 Oct 2016 08:20:30 -0700 Subject: [PATCH] Remove 3 converter tests with overflowing numbers --- .travis.yml | 2 +- travis-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 216a0d70..22887fd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ script: - "(cd libs/lang-test1; node ../../node_modules/pxt-core/built/pxt.js test)" - "node node_modules/pxt-core/built/pxt.js testdir tests" - "node node_modules/pxt-core/built/pxt.js uploaddoc" - - "(cd libs/hello; node ../../node_modules/pxt-core/built/pxt.js testconv https://az851932.vo.msecnd.net/files/td-converter-tests-v0.json)" + - "(cd libs/hello; node ../../node_modules/pxt-core/built/pxt.js testconv https://az851932.vo.msecnd.net/files/td-converter-tests-v1.json)" sudo: false notifications: email: diff --git a/travis-tests.sh b/travis-tests.sh index 4febc419..bcc0c613 100755 --- a/travis-tests.sh +++ b/travis-tests.sh @@ -7,4 +7,4 @@ export KS_FORCE_CLOUD=yes (cd libs/lang-test0; node ../../node_modules/pxt-core/built/pxt.js test) (cd libs/lang-test1; node ../../node_modules/pxt-core/built/pxt.js test) node node_modules/pxt-core/built/pxt.js testdir tests -(cd libs/hello; node ../../node_modules/pxt-core/built/pxt.js testconv https://az851932.vo.msecnd.net/files/td-converter-tests-v0.json) +(cd libs/hello; node ../../node_modules/pxt-core/built/pxt.js testconv https://az851932.vo.msecnd.net/files/td-converter-tests-v1.json)