Skip to content

Commit 18e0537

Browse files
committed
Only build for gotify/server v2.0.0
1 parent 3c4123f commit 18e0537

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- "1.11.5"
3+
- "1.12"
44

55
services:
66
- docker
@@ -9,7 +9,7 @@ notifications:
99
email: false
1010

1111
env:
12-
- GO111MODULE=on GOTIFY_VERSIONS="master"
12+
- GO111MODULE=on GOTIFY_VERSIONS="v2.0.0"
1313

1414
before_install:
1515
- make download-tools

0 commit comments

Comments
 (0)