Skip to content

Commit ab4bfbc

Browse files
committed
Add travis github token
1 parent bdc214f commit ab4bfbc

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: go
2-
32
go:
43
- "1.10"
5-
6-
# calls goreleaser
74
deploy:
8-
- provider: script
9-
skip_cleanup: true
10-
script: curl -sL https://git.io/goreleaser | bash
11-
on:
12-
tags: true
13-
condition: $TRAVIS_OS_NAME = linux
5+
- provider: script
6+
skip_cleanup: true
7+
github_token: "$GITHUB_TOKEN"
8+
script: curl -sL https://git.io/goreleaser | bash
9+
on:
10+
tags: true
11+
condition: "$TRAVIS_OS_NAME = linux"

0 commit comments

Comments
 (0)