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