From 8c948613b398f51cf9307e8dab0e0f06dcebebb3 Mon Sep 17 00:00:00 2001 From: Marius Date: Mon, 4 Jan 2016 19:21:58 +0100 Subject: [PATCH] Test all packages on Travis --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9680be4..feeda13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,12 +16,10 @@ matrix: - go: tip before_install: -- go get golang.org/x/tools/cmd/cover -- go get . +- go get ./... script: -- go test -v -coverprofile=cover.out || go test -v -- go test -v ./filestore -coverprofile=cover.out || go test -v ./filestore +- go test -v ./... before_deploy: - go get github.com/laher/goxc