diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-07-29 03:19:28 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-07-29 03:22:49 +0900 |
commit | 4fec73235a5fe507bfdd6e9c1bc19325b2d65dbd (patch) | |
tree | 273009969068c72f799daf0b91c8a11f785716a2 | |
parent | af98780240d247f4df352c364002d1d77e71f31e (diff) |
drop go 1.3 and 1.4 support
Seems like golang.org/x/net/http2 will not support 1.3 and 1.4
any more. Let's stop testing with both on travis-ci.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index fadc6ab0..8e132506 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ services: - docker go: - - 1.3 - - 1.4 - 1.5 - 1.6 - tip @@ -17,14 +15,8 @@ env: matrix: allow_failures: - - go: 1.3 - - go: 1.4 - go: tip exclude: - - go: 1.3 - env: SCENARIO=true - - go: 1.4 - env: SCENARIO=true - go: 1.5 env: SCENARIO=true - go: tip |