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

Commit

Permalink
Remove Travis testing on Go versions below 1.4
Browse files Browse the repository at this point in the history
Due to Ginkgo incompatibility with lower Go versions

Signed-off-by: Dwayne Schultz <dschultz@pivotal.io>
  • Loading branch information
roxtar authored and Dwayne Schultz committed May 15, 2015
1 parent 6cab114 commit dde3be0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ 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
- 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
- go get github.com/onsi/ginkgo/ginkgo

after_success:
- 'echo "mode: set" > all.coverprofile'
Expand All @@ -35,7 +29,6 @@ script:
- PATH=$HOME/gopath/bin:$PATH ginkgo -r --race --randomizeAllSpecs --failOnPending --skipMeasurements --cover

go:
- 1.3
- 1.4
- tip

Expand Down

0 comments on commit dde3be0

Please sign in to comment.