From 1557bf107744f4ce6637baae0c4879d9cd90ac8e Mon Sep 17 00:00:00 2001 From: Makis Maropoulos Date: Fri, 1 Jul 2016 22:20:52 +0300 Subject: [PATCH] Add the test folder to the travis --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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)