summaryrefslogtreecommitdiff
path: root/travis-emcc-tests.sh
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2019-12-10 11:05:02 -0800
committerGitHub <noreply@github.com>2019-12-10 11:05:02 -0800
commit183bfb9eaab6ec7356144e8eb7534dcf97275384 (patch)
treef5cefcb45e1e3560b3de7ca8e257ae1823041378 /travis-emcc-tests.sh
parent247884e68b30dedeb01457d6c7e50d4bba5e4abc (diff)
downloadbinaryen-183bfb9eaab6ec7356144e8eb7534dcf97275384.tar.gz
binaryen-183bfb9eaab6ec7356144e8eb7534dcf97275384.tar.bz2
binaryen-183bfb9eaab6ec7356144e8eb7534dcf97275384.zip
Look for bin/binaryen_js.js directly, instead of expecting us to copy it. (#2508)
Diffstat (limited to 'travis-emcc-tests.sh')
-rwxr-xr-xtravis-emcc-tests.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/travis-emcc-tests.sh b/travis-emcc-tests.sh
index 488c2d848..5dde9d0ed 100755
--- a/travis-emcc-tests.sh
+++ b/travis-emcc-tests.sh
@@ -4,8 +4,6 @@ set -e
echo "travis-test build"
emconfigure cmake -DCMAKE_BUILD_TYPE=Release
emmake make -j4 binaryen_js
-mkdir -p out
-cp bin/binaryen_js.js out/binaryen.js
echo "travis-test test"
python3 -m scripts.test.binaryenjs
echo "travis-test yay!"