Skip to content

Commit

Permalink
Switch to Go 1.4 for travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Dec 19, 2014
1 parent 6b99eab commit 6387533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: go
go:
- 1.3.1
- 1.4

branches:
only:
Expand All @@ -13,7 +13,7 @@ before_install:
script:
- go build ./...
- go fmt ./...
- go get code.google.com/p/go.tools/cmd/vet
- go get golang.org/x/tools/cmd/vet
- go vet ./...
- go test -i -race ./...
- go test -v -race ./...

0 comments on commit 6387533

Please sign in to comment.