diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-04-21 01:10:51 -0700 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-04-21 01:10:51 -0700 |
commit | 6817c29620b026a45c9ffd1d6b71bf9719c1338b (patch) | |
tree | 241dd48dcefd6a4d64d3fe36dd9ba34920ee9a13 | |
parent | ae7e572550df919c1b9990da8787fc1e860bc20d (diff) |
travis: drop 1.6 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 2373248e..076fccc8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,6 @@ matrix: allow_failures: - go: tip include: - - go: 1.6 - before_install: true - install: go get -t ./... - script: go test ./... - go: 1.7 before_install: true install: go get -t ./... |