Skip to content

Commit

Permalink
travis: added go 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Mar 21, 2016
1 parent d1f45ad commit ae41a0a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
language: go

go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- tip

matrix:
allow_failures:
- go: tip
- go: 1.2
- go: 1.3
- go: 1.4

install:
# - go get golang.org/x/tools/cmd/vet
- go get golang.org/x/tools/cmd/vet
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
Expand All @@ -24,7 +23,7 @@ install:
- go get -t ./...

script:
# - go vet -x ./...
- go vet -x ./...
- gotestcover -coverprofile="cover.out" -race -covermode="count" ./...
- goveralls -coverprofile="cover.out"

0 comments on commit ae41a0a

Please sign in to comment.