Check bisq.asset.Asset sort order during CI

This check had been set up for some time in the original
bisq-network/bisq-assets repository.
This commit is contained in:
Chris Beams 2018-09-13 08:06:37 +02:00
parent 83cd8d0345
commit 9ec47d2292
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -1,5 +1,7 @@
language: java
jdk: oraclejdk8
before_install:
grep -v '^#' src/main/resources/META-INF/services/bisq.asset.Asset | sort --check --dictionary-order --ignore-case
notifications:
slack:
on_success: change