diff options
author | chriseth <chris@ethereum.org> | 2017-09-21 20:02:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-21 20:02:23 +0800 |
commit | 11671983278da80e8c8957dd541fab1f126a41d0 (patch) | |
tree | a6703b94b7c7c04105c11b7f170b0feeb0b64ba8 | |
parent | ab8b1bcc72d33a5aaf8dd2c932496e27733d6f83 (diff) | |
parent | cb0be0f6a8af475d9aa0c99ae7548a5bacd4fc2b (diff) | |
download | dexon-solidity-11671983278da80e8c8957dd541fab1f126a41d0.tar dexon-solidity-11671983278da80e8c8957dd541fab1f126a41d0.tar.gz dexon-solidity-11671983278da80e8c8957dd541fab1f126a41d0.tar.bz2 dexon-solidity-11671983278da80e8c8957dd541fab1f126a41d0.tar.lz dexon-solidity-11671983278da80e8c8957dd541fab1f126a41d0.tar.xz dexon-solidity-11671983278da80e8c8957dd541fab1f126a41d0.tar.zst dexon-solidity-11671983278da80e8c8957dd541fab1f126a41d0.zip |
Merge pull request #2944 from ethereum/dockerfixattepmt
Try to fix docker release deployment.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5d6ce442..c30e3e0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -220,7 +220,7 @@ deploy: branch: - develop - release - - /^v[0-9]/ + - /^v\d/ # This is the deploy target for the native build (Linux and macOS) # which generates ZIPs per commit and the source tarball. # |