mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-19 05:44:05 +01:00
switch off again tests
This commit is contained in:
parent
59edcefdc4
commit
46aaa7c51e
@ -5,16 +5,16 @@ jdk:
|
||||
install:
|
||||
- git clone -b bisq_0.14.4.1 https://github.com/bitsquare/bitcoinj.git
|
||||
- cd bitcoinj
|
||||
- mvn clean install
|
||||
- mvn clean install -DskipTests
|
||||
- git clone https://github.com/bitsquare/libdohj.git
|
||||
- cd libdohj
|
||||
- mvn clean install
|
||||
- mvn clean install -DskipTests
|
||||
- git clone https://github.com/bitsquare/btcd-cli4j.git
|
||||
- cd btcd-cli4j
|
||||
- mvn clean install
|
||||
- mvn clean install -DskipTests
|
||||
- cd ..
|
||||
|
||||
script: mvn clean install
|
||||
script: mvn clean install -DskipTests
|
||||
|
||||
#notifications:
|
||||
# irc:
|
||||
|
Loading…
Reference in New Issue
Block a user