From 372a183d52c500c7299f746e62df4237416f96e9 Mon Sep 17 00:00:00 2001 From: gedi Date: Tue, 21 Feb 2017 17:53:38 +0200 Subject: [PATCH] adds go1.8 to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 31f9c88..211edd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ go: - 1.5 - 1.6 - 1.7 + - 1.8 - tip script: go test -race -coverprofile=coverage.txt -covermode=atomic