forked from AliyunContainerService/kube-eventer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix sls interrupt and change travis ci configuration
- Loading branch information
Showing
2 changed files
with
19 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,8 @@ env: | |
# You don't need to test on very old versions of the Go compiler. It's the user's | ||
# responsibility to keep their compiler up to date. | ||
go: | ||
- 1.14.x | ||
- 1.13.x | ||
- 1.12.x | ||
- 1.11.x | ||
|
||
|
@@ -25,7 +27,8 @@ git: | |
|
||
# Don't email me the results of the test runs. | ||
notifications: | ||
email: false | ||
email: | ||
- [email protected] | ||
|
||
# Anything in before_script that returns a nonzero exit code will flunk the | ||
# build and immediately stop. It's sorta like having set -e enabled in bash. | ||
|
@@ -38,6 +41,7 @@ before_script: | |
# .golangci.yml file at the top level of your repo. | ||
script: | ||
# - golangci-lint run # run a bunch of code checkers/linters in parallel | ||
- ./hack/check_gofmt.sh | ||
- go test ./... -race -coverprofile=coverage.txt -covermode=atomic | ||
|
||
after_success: | ||
|
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