Skip to content

Commit

Permalink
add go 1.10 in travis (Tip for other project managers: note the quote…
Browse files Browse the repository at this point in the history
…s, otherwise travis will act like go1.1 instead of go1.10)
  • Loading branch information
kataras committed Feb 25, 2018
1 parent 00a6922 commit 828ad17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 828ad17

Please sign in to comment.