blob: cd6c2eee0a4211f67a43b913d3b124b8b28d077b [file] [log] [blame] [edit]
set -e
echo "travis-test build"
./build-js.sh -g
echo "travis-test test"
python -m scripts.test.binaryenjs
echo "travis-test yay!"