diff options
author | Jakob Unterwurzacher | 2015-11-14 17:25:04 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-14 17:25:04 +0100 |
commit | 4637098b20ea82ff5a7ac1d75ea683d17e00e199 (patch) | |
tree | a10fb8f78cfffe29c90585433f3904169ecba32d /.travis.yml | |
parent | 61aacb5c1bd3368366484b9e03cf90ccf85f1125 (diff) |
Travis CI: build using build.bash
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 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 |