commit 17bb6c76652d3586db02c981d263f583089ef1f7 from: Stephen Day via: Stephen J Day date: Thu Feb 23 18:08:05 2017 UTC build: add 1.8 and tip to travis build Signed-off-by: Stephen J Day commit - 15c991ffd123e158e2c8bfcb05733f5a37f0fa0e commit + 17bb6c76652d3586db02c981d263f583089ef1f7 blob - b3ed532621fb2f2d0d0f6ad301081b51a9deb2a7 blob + ae8e528cf272bd26f458d509387e073f4456cf20 --- .travis.yml +++ .travis.yml @@ -2,6 +2,8 @@ language: go go: - 1.7 + - 1.8 + - tip script: - go test -coverprofile=coverage.txt -covermode=atomic -race