1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-26 13:25:56 +00:00

update to 8.0.5 fix django binary loader and remove logrus from vendor

Fix django binary loading was maden by @corebreaker, look the history file for more information.


Former-commit-id: 707d359ea7357baf7bd60208def813dbd9260ddb
This commit is contained in:
hiveminded
2017-07-22 02:20:47 +03:00
parent 197cb0e9b0
commit 90b8c1af44
5 changed files with 25 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ go:
- tip
go_import_path: github.com/kataras/iris
install:
- go get ./... # for iris-contrib/httpexpect
- go get ./... # for iris-contrib/httpexpect and sirupsen/logrus
script:
- go test -v -cover ./...
after_script: