3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

remove travis

This commit is contained in:
Shivaram Lingamneni 2021-05-27 00:08:45 -04:00
parent b5a154d3d1
commit d740a161db

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