1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-27 05:45:56 +00:00

Add the test folder to the travis

This commit is contained in:
Makis Maropoulos
2016-07-01 22:20:52 +03:00
parent 25ab044091
commit 1557bf1077

View File

@@ -5,7 +5,7 @@ go:
- 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)