summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-14 17:25:04 +0100
committerJakob Unterwurzacher2015-11-14 17:25:04 +0100
commit4637098b20ea82ff5a7ac1d75ea683d17e00e199 (patch)
treea10fb8f78cfffe29c90585433f3904169ecba32d /.travis.yml
parent61aacb5c1bd3368366484b9e03cf90ccf85f1125 (diff)
Travis CI: build using build.bash
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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