aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 38c92dbf8baa7e1905f036afb12a770dffe813a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: go

go:
  - 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