diff --git a/.travis.yml b/.travis.yml index 900321d1f..9e89ce8b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -201,23 +201,23 @@ deploy: # configurations (not for macOS). That is controlled by conditionals within the bash # scripts because TravisCI doesn't provide much in the way of conditional logic. - - provider: script - script: test $SOLC_EMSCRIPTEN != On || (scripts/release_emscripten.sh) - skip_cleanup: true - on: - branch: - - develop - - release - # This is the deploy target for the dockerfile. If we are pushing into a develop branch, it will be tagged - # as a nightly and appended the commit of the branch it was pushed in. If we are pushing to master it will - # be tagged as "stable" and given the version tag as well. - - provider: script - script: test $SOLC_DOCKER != On || (scripts/docker_deploy.sh) - skip_cleanup: true - on: - branch: - - develop - - release + # - provider: script + # script: test $SOLC_EMSCRIPTEN != On || (scripts/release_emscripten.sh) + # skip_cleanup: true + # on: + # branch: + # - develop + # - release + # # This is the deploy target for the dockerfile. If we are pushing into a develop branch, it will be tagged + # # as a nightly and appended the commit of the branch it was pushed in. If we are pushing to master it will + # # be tagged as "stable" and given the version tag as well. + # - provider: script + # script: test $SOLC_DOCKER != On || (scripts/docker_deploy.sh) + # skip_cleanup: true + # on: + # branch: + # - develop + # - release # This is the deploy target for the native build (Linux and macOS) # which generates ZIPs per commit and the source tarball. #