mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-08 03:31:34 +00:00
Add Travis configuration
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
Reference in New Issue
Block a user