Skip to content

Commit c542a2a

Browse files
committed
fixes for travis linter
1 parent cc8d2a9 commit c542a2a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: go
2-
2+
os: linux
3+
dist: xenial
34
go:
45
- 1.16.3
56

@@ -10,7 +11,7 @@ script:
1011
deploy:
1112
provider: releases
1213
tag_name: $TRAVIS_TAG
13-
api_key: $GITHUB_TOKEN
14+
token: $GITHUB_TOKEN
1415
file: dist/gojira
1516
skip_cleanup: true
1617
on:

0 commit comments

Comments
 (0)