diff options
author | Bob Summerwill <bob@summerwill.net> | 2016-08-12 20:35:43 +0800 |
---|---|---|
committer | Bob Summerwill <bob@summerwill.net> | 2016-08-12 20:35:43 +0800 |
commit | 7cab48e8fb2312505a697bdf6e397d1a22b11228 (patch) | |
tree | e01a2b0ce4699540cad5cb9881eac3bcd5633716 /.travis.yml | |
parent | c1f3dae9e31cdecb7964f3a3e8b344ffad06f7c3 (diff) | |
download | dexon-solidity-7cab48e8fb2312505a697bdf6e397d1a22b11228.tar.gz dexon-solidity-7cab48e8fb2312505a697bdf6e397d1a22b11228.tar.zst dexon-solidity-7cab48e8fb2312505a697bdf6e397d1a22b11228.zip |
Flipped back to whitelisting develop, and attempting to fix conditional.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index d2567637..ad5c0e2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -182,5 +182,5 @@ deploy: skip_cleanup: true on: repo: ethereum/solidity - branch: release - condition: $JOB != docs || $JOB != emscripten + branch: develop + condition: $JOB != docs && $JOB != emscripten |