mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-19 06:14:46 -07:00
run irctest in travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user