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

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