mirror of
https://github.com/kataras/iris.git
synced 2026-01-03 10:17:03 +00:00
General Improvements (UseRouter per Party, fix AutoTLS). Read HISTORY.md
relative to: https://github.com/kataras/iris/issues/1577 and https://github.com/kataras/iris/issues/1578
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -1,9 +1,13 @@
|
||||
sudo: false
|
||||
language: go
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
go:
|
||||
- 1.14.x
|
||||
- 1.15.x
|
||||
- master
|
||||
go_import_path: github.com/kataras/iris/v12
|
||||
env:
|
||||
global:
|
||||
@@ -11,14 +15,10 @@ env:
|
||||
install:
|
||||
- go get ./...
|
||||
script:
|
||||
- go test -count=1 -v -cover ./...
|
||||
- go test -count=1 -v -cover -race ./...
|
||||
after_script:
|
||||
# examples
|
||||
- cd ./_examples
|
||||
- go get ./...
|
||||
- go test -count=1 -v -cover ./...
|
||||
- go test -count=1 -v -cover -race ./...
|
||||
- cd ../
|
||||
# make sure that the _benchmarks code is working
|
||||
- cd ./_benchmarks
|
||||
- go get ./...
|
||||
- go test -count=1 -v -cover ./...
|
||||
Reference in New Issue
Block a user