Skip to content

Commit

Permalink
Prevent Travis CI using uppercase vCabbage in GOPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
vcabbage committed May 2, 2016
1 parent 3529e00 commit 8d00bca
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,5 +1,6 @@
language: go
sudo: false
go_import_path: github.com/vcabbage/trivialt
go:
- 1.5.4
- 1.6.2
Expand All @@ -12,7 +13,7 @@ before_install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/modocache/gover
script:
- go test -v -covermode=count -coverprofile=trivialt.coverprofile .
- go test -v -covermode=count -coverprofile=netascii.coverprofile ./netascii
- go test -v -covermode=count -coverprofile=trivialt.coverprofile .
- go test -v -covermode=count -coverprofile=netascii.coverprofile ./netascii
- gover
- goveralls -coverprofile=gover.coverprofile -service=travis-ci

0 comments on commit 8d00bca

Please sign in to comment.