diff options
author | chriseth <chris@ethereum.org> | 2017-07-04 02:16:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-04 02:16:26 +0800 |
commit | 139c1fe06edc2f97d57afdb490f98a44dccf2f9f (patch) | |
tree | 12956e2f7777b35a5eb68897fb17a5fc88927210 | |
parent | 6e4e627b133cd86df204c7d769a15347e32c3e46 (diff) | |
download | dexon-solidity-139c1fe06edc2f97d57afdb490f98a44dccf2f9f.tar dexon-solidity-139c1fe06edc2f97d57afdb490f98a44dccf2f9f.tar.gz dexon-solidity-139c1fe06edc2f97d57afdb490f98a44dccf2f9f.tar.bz2 dexon-solidity-139c1fe06edc2f97d57afdb490f98a44dccf2f9f.tar.lz dexon-solidity-139c1fe06edc2f97d57afdb490f98a44dccf2f9f.tar.xz dexon-solidity-139c1fe06edc2f97d57afdb490f98a44dccf2f9f.tar.zst dexon-solidity-139c1fe06edc2f97d57afdb490f98a44dccf2f9f.zip |
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 e82da7c0..c0371af2 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. # |