From d9f0d45ee8ec613a216f5d305b0f51850e2251a7 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Tue, 24 Feb 2015 15:58:57 -0500 Subject: [PATCH] .travis.yml: test all sub-directories --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a0fa23..c2db945 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,6 @@ sudo: false install: true script: - - go test -v archive/tar/... + - go test -v ./... # testing archive/tar directly thanks to: # can't load package: /home/travis/gopath/src/github.com/vbatts/tar-split/main.go:11:2: local import "./archive/tar" in non-local package