From 019f7696dbf3c8dd8f8745fce31937f86e0aa428 Mon Sep 17 00:00:00 2001 From: gokaykucuk Date: Tue, 30 Oct 2018 02:19:28 +0100 Subject: [PATCH] Fix readme --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e866342..cca7ee6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,10 @@ before_install: - make ci_deps script: -#- go test -#- go test -race -coverprofile=coverage.txt -covermode=atomic -- go test -v -covermode=count -coverprofile=coverage.out $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN +- go test +- go test -race -coverprofile=coverage.txt -covermode=atomic +- go test -v -covermode=count -coverprofile=coverage.out +- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN after_success: - bash <(curl -s https://codecov.io/bash)