diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-03-27 13:52:54 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-03-27 15:00:57 +0900 |
commit | 2005945db0ef0ff805072f78cbe45a9650009034 (patch) | |
tree | e97588791b2156f22b22101d8b53cb970cfd04f2 | |
parent | 64ed2f5f72e531d56285d7208da6e25be8f80ac5 (diff) |
drop go1.5 support
because gRPC drops go1.5 support.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 53d6f561..f2f08644 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,10 +15,6 @@ matrix: allow_failures: - go: tip include: - - go: 1.5 - before_install: true - install: go get -t ./... - script: go test ./... - go: 1.6 before_install: true install: go get -t ./... |