diff options
author | Bob Summerwill <bob@summerwill.net> | 2016-08-12 20:14:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-12 20:14:55 +0800 |
commit | 17ed5a6b21b60768a176ed9ce602ee1c34b1ad67 (patch) | |
tree | 803c6b4af7caf8e44c7026fd6742845f15f2846c | |
parent | b2900c36c64c3d44055fb7c674425d598729a371 (diff) | |
parent | 3d94b0a8e14623bfed83d1985327305ac1af7245 (diff) | |
download | dexon-solidity-17ed5a6b21b60768a176ed9ce602ee1c34b1ad67.tar dexon-solidity-17ed5a6b21b60768a176ed9ce602ee1c34b1ad67.tar.gz dexon-solidity-17ed5a6b21b60768a176ed9ce602ee1c34b1ad67.tar.bz2 dexon-solidity-17ed5a6b21b60768a176ed9ce602ee1c34b1ad67.tar.lz dexon-solidity-17ed5a6b21b60768a176ed9ce602ee1c34b1ad67.tar.xz dexon-solidity-17ed5a6b21b60768a176ed9ce602ee1c34b1ad67.tar.zst dexon-solidity-17ed5a6b21b60768a176ed9ce602ee1c34b1ad67.zip |
Merge pull request #879 from bobsummerwill/travis_conditionals
Do not run attempt to publish ZIPs for docs or emscripten flows
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 83c08056..f73c874f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -183,3 +183,4 @@ deploy: on: repo: ethereum/solidity branch: develop + condition: $JOB != docs || $JOB != emscripten |