language: go sudo: false go: - 1.6.2 - release - tip script: - make test env: TEST_NO_FUSE=1 TEST_VERBOSE=1