mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-14 11:15:51 +00:00
Configure continuous integration using Travis CI.
Builds will be visible at https://travis-ci.org/bitcoinj/bitcoinj
This commit is contained in:
parent
d3003622f2
commit
189605374c
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
|
||||||
|
language: java
|
||||||
|
jdk: openjdk6
|
||||||
|
before_install: lsb_release -a
|
||||||
|
script: mvn clean install
|
Loading…
x
Reference in New Issue
Block a user