You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 136B

1234567891011121314
  1. sudo: false
  2. language: go
  3. go:
  4. - 1.3
  5. - 1.4
  6. - 1.5
  7. - tip
  8. script: go test -v -cover -race
  9. notifications:
  10. email:
  11. - u@gogs.io