From 3c5e35c306e05102f4e12f82ab56d284a28e83c4 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 20 Feb 2015 14:59:35 -0700 Subject: [PATCH] Resimplify Travis "go test" to "./..." now that the problems with it are fixed --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a0fa23..f700909 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,4 @@ sudo: false install: true script: - - go test -v archive/tar/... - # 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 + - go test -v ./...