From 328144c31b5abd57be42f18ffb8a442c78619097 Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Sun, 7 May 2017 19:54:57 +0300 Subject: [travis] test multiple packages --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7fef76c..214fc60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,7 @@ before_install: - go get -u -t ./... script: - - go test -v -race -coverprofile=coverage.txt -covermode=atomic + - ./test.sh after_success: - bash <(curl -s https://codecov.io/bash) - -comment: off -- cgit v1.2.3