mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
c4788ee4e8
Former-commit-id: 99555baee1f5e8ea73b995a5f6476815fd62e0a4
15 lines
297 B
YAML
15 lines
297 B
YAML
language: go
|
|
os:
|
|
- linux
|
|
- osx
|
|
go:
|
|
- go1.8
|
|
go_import_path: github.com/kataras/iris
|
|
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 |