Skip to content

Commit 5b9d802

Browse files
committed
travis: fix deploy condition for 1.10
1 parent bab4881 commit 5b9d802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ deploy:
128128
on:
129129
repo: omniscale/imposm3
130130
tags: true
131-
condition: $TRAVIS_GO_VERSION =~ ^1\.10\.[0-9]+$
131+
condition: $TRAVIS_GO_VERSION =~ ^1\.10(\.[0-9]+)?$
132132

0 commit comments

Comments
 (0)