mirror of
https://github.com/kataras/iris.git
synced 2026-01-24 20:35:59 +00:00
Version 3.0.0-beta cleaned
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- go1.6
|
||||
- tip
|
||||
|
||||
script:
|
||||
- go test -coverprofile=coverage.txt -covermode=atomic
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
Reference in New Issue
Block a user