diff options
author | RJ Catalano <rj@monax.io> | 2017-02-03 10:57:07 +0800 |
---|---|---|
committer | RJ Catalano <rj@monax.io> | 2017-02-10 01:31:04 +0800 |
commit | 7ffc6863fb33775fb95b6ca2994dd769d3db33c3 (patch) | |
tree | a02697abb7a74522533189bda6eaf9018f0f6783 /.travis.yml | |
parent | d9e7af939ca202975a6dff7537d73614d75f1470 (diff) | |
download | dexon-solidity-7ffc6863fb33775fb95b6ca2994dd769d3db33c3.tar.gz dexon-solidity-7ffc6863fb33775fb95b6ca2994dd769d3db33c3.tar.zst dexon-solidity-7ffc6863fb33775fb95b6ca2994dd769d3db33c3.zip |
edit the documentation for the travis file
Signed-off-by: RJ Catalano <rj@monax.io>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index eafba71f..df8b4ebb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -188,9 +188,7 @@ deploy: # 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 # 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 script: test $SOLC_EMSCRIPTEN == On || scripts/release_emscripten.sh skip_cleanup: true @@ -198,6 +196,9 @@ deploy: 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 |