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 98B

12345678910111213
  1. sudo: false
  2. language: go
  3. go:
  4. - 1.x
  5. - tip
  6. branches:
  7. only:
  8. - master
  9. script: make test