Travis go 1.8

Former-commit-id: 6cec1776862e3b8e753e13afa00341182ea3abf9
This commit is contained in:
Gerasimos (Makis) Maropoulos 2017-02-17 05:05:55 +02:00
parent 43fcdc6495
commit 54679ff550
2 changed files with 3 additions and 0 deletions

View File

@ -2,5 +2,6 @@ language: go
go:
- go1.7
- go1.8
go_import_path: gopkg.in/kataras/iris.v6

View File

@ -61,6 +61,8 @@ type ResponseWriter interface {
http.Flusher
http.Hijacker
http.CloseNotifier
// breaks go 1.7 as well as the *PushOptions.
// New users should upgrade to 1.8 if they want to use Iris.
http.Pusher
Writef(format string, a ...interface{}) (n int, err error)