commit 87ae8514a3a2d9684994a6c319f96ba9e18a062e from: Stephen Day via: GitHub date: Thu Feb 23 18:11:08 2017 UTC Merge pull request #37 from docker/stevvooe-patch-1 build: add 1.8 and tip to travis build commit - 15c991ffd123e158e2c8bfcb05733f5a37f0fa0e commit + 87ae8514a3a2d9684994a6c319f96ba9e18a062e 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