mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 05:25:58 +00:00
Add the test folder to the travis
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- go1.6
|
- go1.6
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -coverprofile=coverage.txt -covermode=atomic
|
- go test -v ./test
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
Reference in New Issue
Block a user