mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
add gocov on travis
Former-commit-id: 99555baee1f5e8ea73b995a5f6476815fd62e0a4
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -4,7 +4,12 @@ os:
|
||||
- osx
|
||||
go:
|
||||
- go1.8
|
||||
- tip
|
||||
go_import_path: github.com/kataras/iris
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libgtk-3-dev libappindicator3-dev ; fi
|
||||
install:
|
||||
- go get ./...
|
||||
# install test dependencies
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get -v github.com/axw/gocov
|
||||
- go install github.com/axw/gocov/gocov
|
||||
script:
|
||||
- gocov test | gocov report
|
||||
Reference in New Issue
Block a user