Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request docker-archive#37 from docker/stevvooe-patch-1
Browse files Browse the repository at this point in the history
build: add 1.8 and tip to travis build
  • Loading branch information
stevvooe authored Feb 23, 2017
2 parents 15c991f + 17bb6c7 commit 87ae851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: go

go:
- 1.7
- 1.8
- tip

script:
- go test -coverprofile=coverage.txt -covermode=atomic -race
Expand Down

0 comments on commit 87ae851

Please sign in to comment.