diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 10f469a..0bf43fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,10 @@ language: go -go: 1.2 +go: + - 1.5.4 + - 1.6.3 + - 1.7 install: - - go get -v code.google.com/p/go.tools/cmd/cover + - go get -v golang.org/x/tools/cmd/cover script: - go test -v -tags=disableunsafe ./spew - go test -v -tags=testcgo ./spew -covermode=count -coverprofile=profile.cov |
