Add travis config file
This commit is contained in:
parent
9221560359
commit
6a25fa6ef9
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@ -0,0 +1,14 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.4.3
|
||||
- 1.5.1
|
||||
- tip
|
||||
|
||||
install:
|
||||
- go get .
|
||||
|
||||
# Travis does not support FUSE, so we can't just run "go test ./..."
|
||||
script:
|
||||
- go build
|
||||
- go test ./cryptfs
|
Loading…
Reference in New Issue
Block a user