From 5abd9cec136bfb981c728eb3bf0f92b2282601c6 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 6 Feb 2016 22:53:38 +0100 Subject: [PATCH] travis: run all tests in "internal" --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba6511d..47e09a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ install: script: - go build - ./build.bash - - go test ./cryptfs + - go test ./internal/...