remove travis

This commit is contained in:
Shivaram Lingamneni 2021-05-27 00:08:45 -04:00
parent b5a154d3d1
commit d740a161db
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
language: go
dist: focal
go:
- "1.16.x"
branches:
only:
- master
- stable
before_install:
# https://github.com/travis-ci/travis-ci/issues/8361
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
- sudo apt-get install python3-pytest
script:
- make install
- make test
- make smoke
- make irctest