3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-11 09:45:53 +00:00

Delete travis

This commit is contained in:
jjos2372 2020-02-26 10:04:14 -03:00 committed by GitHub
parent 806b3926c2
commit cc179d72c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +0,0 @@
# configuration for https://travis-ci.org/dogecoin/libdohj
sudo: false
language: java
jdk: oraclejdk8
install: true # remove default
before_script:
- git clone https://github.com/bitcoinj/bitcoinj.git
- cd bitcoinj
- mvn -q install -DskipTests=true
- cd ..
script:
- mvn -q clean package