-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #231 from ARGOeu/devel
Merge to Master to Release 1.0.4-1
- Loading branch information
Showing
438 changed files
with
210,456 additions
and
6,189 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,14 +1,11 @@ | ||
# this container should be prepared for golang | ||
language: go | ||
go: | ||
- 1.7 | ||
- 1.10 | ||
|
||
install: | ||
- go get github.com/tools/godep | ||
- go get github.com/axw/gocov/... | ||
- go get github.com/AlekSi/gocov-xml | ||
|
||
script: | ||
- godep restore | ||
- godep update ... | ||
- gocov test ./... | gocov-xml > coverage.xml |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.