Skip to content

Commit 899519e

Browse files
authored
Use go 1.15 on Travis
1 parent 74d4288 commit 899519e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
go:
2-
- 1.8
2+
- 1.15
33

44
language: go
55

@@ -12,5 +12,5 @@ install:
1212
script:
1313
- make test
1414

15-
after_success:
16-
test -n "$TRAVIS_TAG" && make release
15+
#after_success:
16+
# test -n "$TRAVIS_TAG" && make release

0 commit comments

Comments
 (0)