diff options
author | chriseth <chris@ethereum.org> | 2017-09-21 16:51:36 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-09-21 16:51:55 +0800 |
commit | cb0be0f6a8af475d9aa0c99ae7548a5bacd4fc2b (patch) | |
tree | 119991aa086a7c02fb0d6b1d9148355f4869e310 /.travis.yml | |
parent | 725b4fc28cbdd09b5c160e044ccc7017da33d7d7 (diff) | |
download | dexon-solidity-cb0be0f6a8af475d9aa0c99ae7548a5bacd4fc2b.tar.gz dexon-solidity-cb0be0f6a8af475d9aa0c99ae7548a5bacd4fc2b.tar.zst dexon-solidity-cb0be0f6a8af475d9aa0c99ae7548a5bacd4fc2b.zip |
Try to fix docker release deployment.
Diffstat (limited to '.travis.yml')
-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. # |