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.

14 lines
164 B

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