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

123456789101112131415
  1. language: go
  2. sudo: false
  3. go:
  4. - "1.9"
  5. - "1.10"
  6. - "1.11"
  7. - "1.12"
  8. - tip
  9. matrix:
  10. allow_failures:
  11. - go: 'tip'