From 053ad9b77a872fffda523daffea18a90f69d83ce Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 27 Mar 2014 05:08:45 -0500 Subject: [PATCH] Correct TravisCI .yml file. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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