Skip to content

Commit 7421b7b

Browse files
committed
travis: figure out env to fix conditional release for 1.10.x
1 parent e6b3881 commit 7421b7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ language: go
55

66
go:
77
- "1.7.x"
8+
- "1.10.x"
89
- stable
910

1011

@@ -48,6 +49,8 @@ addons:
4849
- chrpath
4950

5051
before_script:
52+
- env
53+
- flsdkjfhsdlkfjhsdlfkjhdslfkjh # stop
5154
- psql -U postgres -c 'create database travis' || true
5255
- psql -U postgres -c "create extension if not exists postgis"
5356
- psql -U postgres -c "create extension if not exists hstore"

0 commit comments

Comments
 (0)