We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7421b7b commit a374394Copy full SHA for a374394
.travis.yml
@@ -5,9 +5,14 @@ language: go
5
6
go:
7
- "1.7.x"
8
- - "1.10.x"
9
- - stable
+ - "1.9.x"
+ - "1.10.x" # we use this for releases, see deploy.on.condition below
10
+ - tip
11
12
+matrix:
13
+ allow_failures:
14
+ - go: tip
15
+ fast_finish: true
16
17
env:
18
global:
@@ -49,8 +54,6 @@ addons:
49
54
- chrpath
50
55
51
56
before_script:
52
- - env
53
- - flsdkjfhsdlkfjhsdlfkjhdslfkjh # stop
57
- psql -U postgres -c 'create database travis' || true
58
- psql -U postgres -c "create extension if not exists postgis"
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
- go: stable
132
+ condition: $TRAVIS_GO_VERSION =~ ^1\.10\.[0-9]+$
133
0 commit comments