diff --git a/.travis.yml b/.travis.yml index 3217c00..12ba9b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ after_success: - go get -v github.com/mattn/goveralls - export PATH=$PATH:$HOME/gopath/bin - cd ./spew - - goveralls coverprofile=profile.cov -service=travis-ci + - goveralls -coverprofile=profile.cov -service=travis-ci