diff options
Diffstat (limited to 'travis-emcc-tests.sh')
-rwxr-xr-x | travis-emcc-tests.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/travis-emcc-tests.sh b/travis-emcc-tests.sh index b2de91abb..70507a2aa 100755 --- a/travis-emcc-tests.sh +++ b/travis-emcc-tests.sh @@ -1,11 +1,6 @@ set -e -echo "travis-test pre-test" -python -c "import check ; check.run_binaryen_js_tests()" echo "travis-test build" -ls -al bin/ ./build-js.sh -g -ls -al bin/ -echo "travis-test post-test" +echo "travis-test test" python -c "import check ; check.run_binaryen_js_tests()" echo "travis-test yay!" - |