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

12345678910111213
  1. language: go
  2. go:
  3. - "1.14.x"
  4. before_install:
  5. # https://github.com/travis-ci/travis-ci/issues/8361
  6. - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
  7. script:
  8. - make
  9. - make test
  10. - make smoke