From fd010affbab5746fa5c0c55cd7803c3dbe2bbf9d Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Sat, 18 Feb 2017 22:32:09 +0900 Subject: travis: add go 1.8 for now just run unit tests. Signed-off-by: FUJITA Tomonori --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 38aa9baa..b4fa9cce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,10 @@ matrix: before_install: true install: go get -t ./... script: go test ./... + - go: 1.8 + before_install: true + install: go get -t ./... + script: go test ./... - go: tip before_install: true install: go get -t ./... -- cgit v1.2.3