1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-11 05:55:57 +00:00
Former-commit-id: 6b8a55df68a9e89caaa95775215919b0b4d581c4
This commit is contained in:
kataras
2017-11-02 06:51:46 +02:00
parent 42bc7dbad0
commit c7b8e0661b
2 changed files with 3 additions and 1 deletions

View File

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