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

Commit

Permalink
Inverting Boolean logic in conditional go-gets
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tuley committed Feb 2, 2015
1 parent 6b52fdd commit 32de076
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
Expand Up @@ -4,8 +4,8 @@ notifications:
- cf-lamb@pivotallabs.com

before_install:
- '[ "${TRAVIS_GO_VERSION}" = "1.3" ] && go get code.google.com/p/go.tools/cmd/cover code.google.com/p/go.tools/cmd/vet'
- '[ "${TRAVIS_GO_VERSION}" != "1.3" ] && go get golang.org/x/tools/cmd/cover golang.org/x/tools/cmd/vet'
- '[ "${TRAVIS_GO_VERSION}" != "1.3" ] || go get code.google.com/p/go.tools/cmd/cover code.google.com/p/go.tools/cmd/vet'
- '[ "${TRAVIS_GO_VERSION}" = "1.3" ] || go get golang.org/x/tools/cmd/cover golang.org/x/tools/cmd/vet'
- go get github.com/mattn/goveralls
- go get github.com/onsi/ginkgo/ginkgo

Expand Down

0 comments on commit 32de076

Please sign in to comment.