mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Travis now lists system info with each build, so don't run lsb_release any more.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
|
# configuration for https://travis-ci.org/bitcoinj/bitcoinj
|
||||||
language: java
|
language: java
|
||||||
jdk: oraclejdk8
|
jdk: oraclejdk8
|
||||||
before_install: lsb_release -a
|
|
||||||
install: true # remove default
|
install: true # remove default
|
||||||
script:
|
script:
|
||||||
- mvn -q clean install
|
- mvn -q clean install
|
||||||
|
Reference in New Issue
Block a user