Skip to content

Commit

Permalink
[ci] Add 1.6; skip install block; don't simplify.
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Jun 12, 2016
1 parent 5af6691 commit 2a06c32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@ sudo: false
go:
- 1.4
- 1.5
- 1.6
- tip

install:
- go get golang.org/x/tools/cmd/vet
- # skip

script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d -s .)
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet .
- go test -v -race ./...

0 comments on commit 2a06c32

Please sign in to comment.