remove WASM publish step

This commit is contained in:
Robert Habermeier
2018-08-15 13:57:46 +02:00
parent 649bb2fdaa
commit 3e1e14d2c1
2 changed files with 0 additions and 69 deletions
-5
View File
@@ -23,11 +23,6 @@ before_install:
script:
- ./ci/script.sh
after_success:
- if [ "$TARGET" == "wasm" ] && [ "$TRAVIS_PULL_REQUEST" != "true" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
./ci/publish-wasm.sh;
fi
after_script:
# Check how much free disk space left after the build
- df -h