travis: run all tests in "internal"

This commit is contained in:
Jakob Unterwurzacher 2016-02-06 22:53:38 +01:00
parent 6b27b6a1e7
commit 5abd9cec13
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ install:
script:
- go build
- ./build.bash
- go test ./cryptfs
- go test ./internal/...