Skip to content

Commit

Permalink
change travis.yml to install godep
Browse files Browse the repository at this point in the history
  • Loading branch information
monnand committed Aug 13, 2014
1 parent eb462eb commit 453c328
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
Expand Up @@ -8,13 +8,14 @@ go:
install:
- go get code.google.com/p/go.tools/cmd/cover
- go get github.com/coreos/etcd
- go get github.com/tools/godep
- ./hack/verify-gofmt.sh
- ./hack/verify-boilerplate.sh
- ./hack/install-std-race.sh
- ./hack/build-go.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/build-go.sh

script:
- ./hack/test-go.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/test-go.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/test-cmd.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/integration-test.sh

Expand Down

0 comments on commit 453c328

Please sign in to comment.