1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-31 16:57:04 +00:00

Remove all tests from here and transfer them to iris-contrib/tests

This commit is contained in:
Makis Maropoulos
2016-07-02 19:38:04 +02:00
parent 93ddb7f3b4
commit 9e2eaec2a2
7 changed files with 0 additions and 813 deletions

View File

@@ -3,11 +3,3 @@ language: go
go:
- go1.6
- tip
before_install:
- go get github.com/iris-contrib/middleware/basicauth
script:
- go test -v ./test -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)