diff options
| author | Dave Collins <[email protected]> | 2014-03-27 05:08:45 -0500 | 
|---|---|---|
| committer | Dave Collins <[email protected]> | 2014-03-27 05:08:45 -0500 | 
| commit | 053ad9b77a872fffda523daffea18a90f69d83ce (patch) | |
| tree | fecf8b48d6766aaf3b6832715cfc12a6269e42b7 | |
| parent | 2d30de540ad068d20bcbfb68ad0fc75485411f18 (diff) | |
Correct TravisCI .yml file.
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
