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

123456789101112131415161718192021
  1. language: go
  2. dist: focal
  3. go:
  4. - "1.16.x"
  5. branches:
  6. only:
  7. - master
  8. - stable
  9. before_install:
  10. # https://github.com/travis-ci/travis-ci/issues/8361
  11. - sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
  12. script:
  13. - make install
  14. - make test
  15. - make smoke
  16. - make irctest