3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-07 06:44:16 +00:00

Configure continuous integration using Travis CI.

Builds will be visible at https://travis-ci.org/bitcoinj/bitcoinj
This commit is contained in:
Andreas Schildbach 2014-08-17 23:24:57 +02:00 committed by Mike Hearn
parent d3003622f2
commit 189605374c

5
.travis.yml Normal file
View 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