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

123456789101112131415
  1. arch:
  2. - amd64
  3. - ppc64le
  4. language: go
  5. go:
  6. - tip
  7. - stable
  8. matrix:
  9. allow_failures:
  10. - go: tip
  11. install:
  12. - go get golang.org/x/lint/golint