Fix coveralls (#136)

This commit is contained in:
Thomas Pelletier
2017-03-02 09:43:01 -08:00
committed by GitHub
parent 7e6e4b1314
commit 13d49d4606
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ before_install:
branches:
only: [master]
after_success:
- $HOME/gopath/bin/goveralls -service=travis-ci
- $HOME/gopath/bin/goveralls -service=travis-ci -coverprofile=coverage.out -repotoken $COVERALLS_TOKEN
+2 -2
View File
@@ -41,8 +41,8 @@ cp -R cmd/* src/github.com/pelletier/go-toml/cmd
go build -o test_program_bin src/github.com/pelletier/go-toml/cmd/test_program.go
# Run basic unit tests
go test github.com/pelletier/go-toml \
github.com/pelletier/go-toml/cmd/tomljson
go test github.com/pelletier/go-toml -v -covermode=count -coverprofile=coverage.out
go test github.com/pelletier/go-toml/cmd/tomljson
# run the entire BurntSushi test suite
if [[ $# -eq 0 ]] ; then