aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRJ Catalano <rj@monax.io>2017-02-03 10:57:07 +0800
committerRJ Catalano <rj@monax.io>2017-02-10 01:31:04 +0800
commit7ffc6863fb33775fb95b6ca2994dd769d3db33c3 (patch)
treea02697abb7a74522533189bda6eaf9018f0f6783 /.travis.yml
parentd9e7af939ca202975a6dff7537d73614d75f1470 (diff)
downloaddexon-solidity-7ffc6863fb33775fb95b6ca2994dd769d3db33c3.tar
dexon-solidity-7ffc6863fb33775fb95b6ca2994dd769d3db33c3.tar.gz
dexon-solidity-7ffc6863fb33775fb95b6ca2994dd769d3db33c3.tar.bz2
dexon-solidity-7ffc6863fb33775fb95b6ca2994dd769d3db33c3.tar.lz
dexon-solidity-7ffc6863fb33775fb95b6ca2994dd769d3db33c3.tar.xz
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.yml7
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