mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-11 17:55:53 +00:00
Add Travis configuration
This commit is contained in:
parent
24f1ffe459
commit
75fa1f4677
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
|
@ -1,20 +0,0 @@
|
|||||||
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
|
|
||||||
language: java
|
|
||||||
jdk: oraclejdk8
|
|
||||||
install: true # remove default
|
|
||||||
script:
|
|
||||||
- mvn -q clean install
|
|
||||||
- jdk_switcher use openjdk6
|
|
||||||
- cd orchid
|
|
||||||
- mvn -q clean package
|
|
||||||
- cd ../core
|
|
||||||
- mvn -q clean package
|
|
||||||
|
|
||||||
after_success:
|
|
||||||
- cd ../core
|
|
||||||
- mvn jacoco:report coveralls:report
|
|
||||||
|
|
||||||
notifications:
|
|
||||||
irc:
|
|
||||||
channels: "irc.freenode.net#bitcoinj"
|
|
||||||
skip_join: true
|
|
Loading…
x
Reference in New Issue
Block a user