3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-11 17:55:53 +00:00

Travis now lists system info with each build, so don't run lsb_release any more.

This commit is contained in:
Andreas Schildbach 2015-01-13 18:21:46 +01:00
parent cd7dc3e535
commit 96451e626d

View File

@ -1,7 +1,6 @@
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
language: java
jdk: oraclejdk8
before_install: lsb_release -a
install: true # remove default
script:
- mvn -q clean install