mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
add go 1.10 in travis (Tip for other project managers: note the quotes, otherwise travis will act like go1.1 instead of go1.10)
Former-commit-id: cf687301a86aab2ae8e8b198f4425234687ef4e3
This commit is contained in:
parent
bcd9a1bb17
commit
5c2edeebec
|
@ -3,7 +3,8 @@ os:
|
|||
- linux
|
||||
- osx
|
||||
go:
|
||||
- go1.9
|
||||
- "go1.9"
|
||||
- "go1.10"
|
||||
go_import_path: github.com/kataras/iris
|
||||
install:
|
||||
- go get ./... # for iris-contrib/httpexpect, kataras/golog
|
||||
|
|
Loading…
Reference in New Issue
Block a user