From 08df0e017cce12ac5a2a71fee91d8e12ed26b088 Mon Sep 17 00:00:00 2001 From: Wataru Ishida Date: Sat, 17 Feb 2018 08:47:21 +0900 Subject: [PATCH 1/2] ignore example binary Signed-off-by: Wataru Ishida --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a1338d6..cf2d826 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 .glide/ + +example/example From 1b602c1ae683a3d231ce2d4aee28187c01be2b42 Mon Sep 17 00:00:00 2001 From: Wataru Ishida Date: Sat, 17 Feb 2018 08:47:41 +0900 Subject: [PATCH 2/2] add golang 1.10 to travis test Signed-off-by: Wataru Ishida --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5f17ab2..1212560 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - 1.7 - 1.8 - 1.9 + - "1.10" script: - go test -v ./...