run irctest in travis

This commit is contained in:
Shivaram Lingamneni
2020-09-22 10:15:18 -04:00
parent e7eea14b9d
commit eb4dec8d89
4 changed files with 13 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
language: go
dist: focal
go:
- "1.15.x"
@@ -8,6 +10,7 @@ before_install:
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
script:
- make
- make install
- make test
- make smoke
- make irctest