diff --git a/.travis.yml b/.travis.yml index d6dbcaea..2a364551 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: go go: - - go1.6 - - tip + - go1.6 + - tip script: - - go test -coverprofile=coverage.txt -covermode=atomic - + - go test -v ./test + after_success: - - bash <(curl -s https://codecov.io/bash) \ No newline at end of file + - bash <(curl -s https://codecov.io/bash)