1
0
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:
kataras
2017-06-10 04:21:55 +03:00
parent 26c315cdb1
commit c4788ee4e8
5 changed files with 16 additions and 7 deletions

View File

@@ -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