diff options
Diffstat (limited to 'travis-emcc-tests.sh')
-rwxr-xr-x | travis-emcc-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis-emcc-tests.sh b/travis-emcc-tests.sh index 70507a2aa..7ad55d123 100755 --- a/travis-emcc-tests.sh +++ b/travis-emcc-tests.sh @@ -2,5 +2,5 @@ set -e echo "travis-test build" ./build-js.sh -g echo "travis-test test" -python -c "import check ; check.run_binaryen_js_tests()" +./scripts/test/binaryenjs.py echo "travis-test yay!" |