Skip to content

Commit

Permalink
modified: .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Oct 3, 2015
1 parent 6acc801 commit 2bb062b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -8,14 +8,10 @@ go:
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get github.com/onsi/gomega
- go get github.com/onsi/ginkgo
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi

script:
- $HOME/gopath/bin/gover
- $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service travis-ci
# - $HOME/gopath/bin/goveralls -service=travis-ci
- $HOME/gopath/bin/goveralls -service=travis-ci
- go test -coverprofile=coverage.txt -covermode=atomic

after_success:
Expand Down

0 comments on commit 2bb062b

Please sign in to comment.