mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
Merge pull request #1555 from slingamn/irctest_upstream
upgrade irctest to new, reintegrated master
This commit is contained in:
commit
2681097516
@ -13,6 +13,7 @@ branches:
|
|||||||
before_install:
|
before_install:
|
||||||
# https://github.com/travis-ci/travis-ci/issues/8361
|
# https://github.com/travis-ci/travis-ci/issues/8361
|
||||||
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
|
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
|
||||||
|
- sudo apt-get install python3-pytest
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make install
|
- make install
|
||||||
|
2
Makefile
2
Makefile
@ -45,4 +45,4 @@ gofmt:
|
|||||||
|
|
||||||
irctest:
|
irctest:
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
cd irctest && make integration
|
cd irctest && make oragono
|
||||||
|
2
irctest
2
irctest
@ -1 +1 @@
|
|||||||
Subproject commit de49571b1e66104b3dff8033a0333404f4be7a45
|
Subproject commit 10edb9dd9dac7f42fbb25e36efff355a285fb5bd
|
Loading…
Reference in New Issue
Block a user