Skip to content

Commit

Permalink
Test on travis with go 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Klobucar committed May 6, 2015
1 parent 256dd92 commit 74f3b59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: go
go:
- 1.3
- 1.4
install:
- DST=~/gopath/src/github.com/apcera
- mkdir -p "$DST"
- git clone --depth=1 --quiet https://github.com/apcera/nats.git "$DST"/nats
- go get code.google.com/p/go.tools/cmd/vet
- go get code.google.com/p/go.tools/cmd/cover
- go get golang.org/x/tools/cmd/vet
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
script:
- go build
Expand Down

0 comments on commit 74f3b59

Please sign in to comment.