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
170 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. - 1.6
  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/...