.travel.yml 131 B

123456789
  1. command: go test -v {}
  2. include: ^.+_test\.go$
  3. path: ./
  4. depth: 1
  5. verbose: true
  6. timeout: 1m
  7. reload: false
  8. html: test.html
  9. notify: []