-
-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: resolve race condition and package fosite with glide
- Loading branch information
Showing
4 changed files
with
161 additions
and
28 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 |
---|---|---|
@@ -1,21 +1,16 @@ | ||
language: go | ||
|
||
go: | ||
- 1.4 | ||
- 1.5 | ||
- 1.6 | ||
- 1.7 | ||
- tip | ||
|
||
matrix: | ||
allow_failures: | ||
- go: tip | ||
- go: 1.4 | ||
env: | ||
- GO15VENDOREXPERIMENT=1 | ||
|
||
install: | ||
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover github.com/Masterminds/glide | ||
- glide up | ||
- glide install | ||
|
||
script: | ||
- gotestcover -coverprofile="cover.out" -race -covermode="count" ./... | ||
- gotestcover -coverprofile="cover.out" -race -covermode="count" $(glide novendor) | ||
- goveralls -coverprofile="cover.out" |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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