mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
Add test for basic auth
This commit is contained in:
@@ -3,9 +3,11 @@ language: go
|
||||
go:
|
||||
- go1.6
|
||||
- tip
|
||||
before_install:
|
||||
- go get github.com/iris-contrib/middleware/basicauth
|
||||
|
||||
script:
|
||||
- go test -v ./test
|
||||
- go test -v ./test/... -coverprofile=coverage.txt -covermode=atomic
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
Reference in New Issue
Block a user