Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Fix travis.yml to get ginkgo v1.1.1 for our go 1.3 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Dwayne Schultz <dschultz@pivotal.io>
  • Loading branch information
roxtar authored and Dwayne Schultz committed May 6, 2015
1 parent ad8fece commit 6cab114
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ notifications:
before_install:
- 'if [[ "${TRAVIS_GO_VERSION}" =~ "1.3" ]]; then go get code.google.com/p/go.tools/cmd/cover code.google.com/p/go.tools/cmd/vet; else go get golang.org/x/tools/cmd/cover golang.org/x/tools/cmd/vet; fi'
- go get github.com/mattn/goveralls
- go get github.com/onsi/ginkgo/ginkgo
- pushd $HOME/gopath
- mkdir -p src/github.com/onsi
- cd src/github.com/onsi
- git clone --branch v1.1.1 https://github.com/onsi/ginkgo/
- cd ginkgo/ginkgo
- go install
- popd

after_success:
- 'echo "mode: set" > all.coverprofile'
Expand Down

0 comments on commit 6cab114

Please sign in to comment.