diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4dbbbe0..101ce2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ install: # Travis does not support FUSE, so we can't just run "go test ./..." script: - - go build + - ./build.bash - go test ./cryptfs |