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

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. sudo: false
  2. language: go
  3. go:
  4. - 1.5
  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/...