diff --git a/.travis.yml b/.travis.yml index acd0ddb77..222e54bed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go go: 1.8 install: make setup script: - - make ci + - make test after_success: - go get github.com/mattn/goveralls - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken="$COVERALLS_TOKEN"