diff options
author | Jakob Unterwurzacher | 2016-02-06 22:53:38 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-02-06 22:53:38 +0100 |
commit | 5abd9cec136bfb981c728eb3bf0f92b2282601c6 (patch) | |
tree | 0db70e5f1f988fb585ba4a545cdbfeb5154091b8 /.travis.yml | |
parent | 6b27b6a1e71e8cd7c4910192cc31e70d3d1b652d (diff) |
travis: run all tests in "internal"
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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/... |