File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,14 @@ language: go
5
5
6
6
go :
7
7
- " 1.7.x"
8
- - " 1.10.x"
9
- - stable
8
+ - " 1.9.x"
9
+ - " 1.10.x" # we use this for releases, see deploy.on.condition below
10
+ - tip
10
11
12
+ matrix :
13
+ allow_failures :
14
+ - go : tip
15
+ fast_finish : true
11
16
12
17
env :
13
18
global :
@@ -49,8 +54,6 @@ addons:
49
54
- chrpath
50
55
51
56
before_script :
52
- - env
53
- - flsdkjfhsdlkfjhsdlfkjhdslfkjh # stop
54
57
- psql -U postgres -c 'create database travis' || true
55
58
- psql -U postgres -c "create extension if not exists postgis"
56
59
- psql -U postgres -c "create extension if not exists hstore"
@@ -126,5 +129,5 @@ deploy:
126
129
on :
127
130
repo : omniscale/imposm3
128
131
tags : true
129
- go : stable
132
+ condition : $TRAVIS_GO_VERSION =~ ^1\.10\.[0-9]+$
130
133
You can’t perform that action at this time.
0 commit comments