Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
remove miniircd
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamISZ committed Sep 9, 2016
1 parent 436f14b commit 2c861a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ script:
- cd ..
#set up joinmarket.cfg
- cp test/regtest_joinmarket.cfg joinmarket.cfg
#install miniircd
- git clone git://github.com/Joinmarket-Org/miniircd.git
#setup bitcoin config file
- mkdir /home/travis/.bitcoin
- cp test/bitcoin.conf /home/travis/.bitcoin/.
- chmod 600 /home/travis/.bitcoin/bitcoin.conf
- PYTHONPATH=.:$PYTHONPATH py.test --cov-report html --nirc=2 --btcconf=/home/travis/.bitcoin/bitcoin.conf --btcpwd=123456abcdef --ignore test/test_tumbler.py --ignore test/test_podle.py
- PYTHONPATH=.:$PYTHONPATH py.test --cov-report html --nirc=2 --btcconf=/home/travis/.bitcoin/bitcoin.conf --btcuser=bitcoinrpc --btcpwd=123456abcdef --ignore test/test_tumbler.py --ignore test/test_podle.py
- cd logs
- for x in `ls`; do tail -50 $x; done
- cd ..
Expand Down
1 change: 0 additions & 1 deletion miniircd
Submodule miniircd deleted from 051aec

0 comments on commit 2c861a6

Please sign in to comment.