.travis.yml 153 B

1234567891011121314
  1. language: go
  2. go:
  3. - 1.8
  4. - master
  5. go_import_path: gopkg.in/src-d/hercules.v1
  6. script:
  7. - go test -v -cpu=1,2 ./...
  8. notifications:
  9. email: false