-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
42,345 additions
and
7,825 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[ | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
language: go | ||
|
||
dist: xenial | ||
dist: bionic | ||
|
||
go: | ||
- 1.12.x | ||
- 1.16.x | ||
- 1.17.x | ||
- 1.18.x | ||
|
||
notifications: | ||
email: true | ||
|
@@ -14,30 +16,28 @@ env: | |
|
||
before_install: | ||
- sudo apt-get update | ||
- sudo apt-get install python | ||
- nvm install 12 | ||
- npm install -g [email protected] | ||
- pyenv global 3.8 | ||
|
||
install: | ||
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.39.0 | ||
- curl -s https://codecov.io/bash > $HOME/codecov-bash.sh && chmod +x $HOME/codecov-bash.sh | ||
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.45.2 | ||
- curl -sfL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b $(go env GOPATH)/bin | ||
|
||
script: | ||
- make travis-ci | ||
|
||
after_success: | ||
- build/publishCodeCoverage.sh | ||
|
||
before_deploy: | ||
- pip install --user bump2version | ||
- nvm install 14 | ||
- npm install -g [email protected] | ||
- npm install @semantic-release/changelog | ||
- npm install @semantic-release/exec | ||
- npm install @semantic-release/git | ||
- npm install @semantic-release/github | ||
- pip install --user bump2version | ||
|
||
deploy: | ||
- provider: script | ||
script: npx semantic-release | ||
skip_cleanup: true | ||
on: | ||
go: '1.16.x' | ||
branch: main |
Oops, something went wrong.