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 cd6c2eee0..c141919c8 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 -m scripts.test.binaryenjs +python3 -m scripts.test.binaryenjs echo "travis-test yay!" |