blob: b2de91abbfac28b147171e20dffcc6c4f16056c2 [file] [log] [blame]
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"
python -c "import check ; check.run_binaryen_js_tests()"
echo "travis-test yay!"