diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 101ce2d..4dbbbe0 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: - - ./build.bash + - go build - go test ./cryptfs |