.travis.yml 95 Bytes
Newer Older
1 2 3
language: go

go:
4
  - 1.7.3
5 6 7 8 9 10
  - tip

script:
  - make test

env: TEST_NO_FUSE=1 TEST_VERBOSE=1