Step 1: Update pom descriptors

This commit is contained in:
langerhans
2014-10-18 19:16:39 +02:00
parent bb368c9543
commit e73ff6b53c
7 changed files with 44 additions and 42 deletions

View File

@@ -1,15 +0,0 @@
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
language: java
jdk: openjdk6
before_install: lsb_release -a
install: true # remove default
script:
- mvn -q clean install
- cd wallettemplate
- jdk_switcher use oraclejdk8
- mvn -q clean install
notifications:
irc:
channels: "irc.freenode.net#bitcoinj"
skip_join: true