language: go go: - 1.3 - release - tip script: - go test -v ./... - cd test/ - make - cd .. env: TEST_NO_FUSE=1