mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 02:09:29 +01: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…
Reference in New Issue
Block a user