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

12345678910111213141516171819
  1. sudo: false
  2. language: go
  3. services:
  4. - redis-server
  5. go:
  6. - 1.9.x
  7. - 1.10.x
  8. - 1.11.x
  9. - tip
  10. matrix:
  11. allow_failures:
  12. - go: tip
  13. install:
  14. - go get github.com/onsi/ginkgo
  15. - go get github.com/onsi/gomega