mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 21:36:28 +01:00
Add the test folder to the travis
This commit is contained in:
parent
25ab044091
commit
1557bf1077
10
.travis.yml
10
.travis.yml
|
@ -1,11 +1,11 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- go1.6
|
||||
- tip
|
||||
- go1.6
|
||||
- tip
|
||||
|
||||
script:
|
||||
- go test -coverprofile=coverage.txt -covermode=atomic
|
||||
|
||||
- go test -v ./test
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in New Issue
Block a user