travis: also build using build.bash
This commit is contained in:
parent
c703823521
commit
65d1f888c8
@ -14,4 +14,5 @@ install:
|
|||||||
# Travis does not support FUSE, so we can't just run "go test ./..."
|
# Travis does not support FUSE, so we can't just run "go test ./..."
|
||||||
script:
|
script:
|
||||||
- go build
|
- go build
|
||||||
|
- ./build.bash
|
||||||
- go test ./cryptfs
|
- go test ./cryptfs
|
||||||
|
Loading…
Reference in New Issue
Block a user