mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
edit the documentation for the travis file
Signed-off-by: RJ Catalano <rj@monax.io>
This commit is contained in:
parent
d9e7af939c
commit
7ffc6863fb
@ -188,9 +188,7 @@ deploy:
|
|||||||
# Both the build and deploy steps for Emscripten are only run within the Ubuntu
|
# Both the build and deploy steps for Emscripten are only run within the Ubuntu
|
||||||
# configurations (not for macOS). That is controlled by conditionals within the bash
|
# 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.
|
# scripts because TravisCI doesn't provide much in the way of conditional logic.
|
||||||
# This is also 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
|
- provider: script
|
||||||
script: test $SOLC_EMSCRIPTEN == On || scripts/release_emscripten.sh
|
script: test $SOLC_EMSCRIPTEN == On || scripts/release_emscripten.sh
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
@ -198,6 +196,9 @@ deploy:
|
|||||||
branch:
|
branch:
|
||||||
- develop
|
- develop
|
||||||
- release
|
- 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
|
- provider: script
|
||||||
script: test $SOLC_DOCKER != On || ./scripts/docker_deploy.sh
|
script: test $SOLC_DOCKER != On || ./scripts/docker_deploy.sh
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
Loading…
Reference in New Issue
Block a user