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.

15 lines
167 B

11 years ago
  1. language: go
  2. go:
  3. - 1.2
  4. - 1.3
  5. - release
  6. - tip
  7. before_install:
  8. - export PATH=/home/travis/gopath/bin:$PATH
  9. install:
  10. - go get go/...
  11. script:
  12. - go test go/...