diff options
author | chriseth <chris@ethereum.org> | 2017-07-06 01:59:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 01:59:44 +0800 |
commit | e3f2771771a322fce93fbe4fc32659cd50354de4 (patch) | |
tree | ba32b1bb14f2e3096b47954276f6585df377a200 | |
parent | a6b632811ff748984c4ee0ef0b87b2818117426d (diff) | |
parent | 139c1fe06edc2f97d57afdb490f98a44dccf2f9f (diff) | |
download | dexon-solidity-e3f2771771a322fce93fbe4fc32659cd50354de4.tar dexon-solidity-e3f2771771a322fce93fbe4fc32659cd50354de4.tar.gz dexon-solidity-e3f2771771a322fce93fbe4fc32659cd50354de4.tar.bz2 dexon-solidity-e3f2771771a322fce93fbe4fc32659cd50354de4.tar.lz dexon-solidity-e3f2771771a322fce93fbe4fc32659cd50354de4.tar.xz dexon-solidity-e3f2771771a322fce93fbe4fc32659cd50354de4.tar.zst dexon-solidity-e3f2771771a322fce93fbe4fc32659cd50354de4.zip |
Merge pull request #2514 from ethereum/chriseth-patch-1
Run docker deployment on actual releases.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 34b1152c..315d29bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -221,6 +221,7 @@ deploy: branch: - develop - release + - /^v[0-9]/ # This is the deploy target for the native build (Linux and macOS) # which generates ZIPs per commit and the source tarball. # |