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:
Gerasimos Maropoulos 2018-02-25 12:59:09 +02:00
parent bcd9a1bb17
commit 5c2edeebec

View File

@ -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