Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Sep 21, 2015
2 parents ad311ae + 12c5c0d commit 0b96704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,8 +8,8 @@ before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- if ! go get code.google.com/p/go.tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi
- pip install --user codecov
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- go test -coverprofile=coverage.txt -covermode=atomic
after_success:
- codecov
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 0b96704

Please sign in to comment.