From 604cd68edb256eea0060f64240fd8fcfeb3ed67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Thomas?= Date: Sat, 29 Oct 2016 01:07:07 +0200 Subject: [PATCH] Add Travis CI configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François-Xavier Thomas --- .travis.yml | 15 +++++++++++++++ libresonic-installer-debian/src/DEBIAN/control | 2 +- pom.xml | 4 ++++ 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..64fdcf2a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,15 @@ +language: java +sudo: required +jdk: + - oraclejdk8 +cache: + directories: + - $HOME/.m2 +install: + - sudo apt-get -qq update + - sudo apt-get -y install lintian fakeroot rpm python-rpm + - git clone https://github.com/rpm-software-management/rpmlint -o rpmlint-1.9 + - sudo make -C rpmlint install +script: + - mvn -Pfull,rpm package install + - mvn -Pfull -pl libresonic-assembly assembly:single diff --git a/libresonic-installer-debian/src/DEBIAN/control b/libresonic-installer-debian/src/DEBIAN/control index 5f6fbf42..08e6f05d 100644 --- a/libresonic-installer-debian/src/DEBIAN/control +++ b/libresonic-installer-debian/src/DEBIAN/control @@ -4,7 +4,7 @@ Section: Multimedia Priority: optional Recommends: ffmpeg Architecture: all -Maintainer: Sindre Mehus +Maintainer: Eugene E. Kashpureff Jr Description: A web-based music streamer, jukebox and Podcast receiver Libresonic is a web-based music streamer, jukebox and Podcast receiver, providing access to your music collection wherever you are. Use it diff --git a/pom.xml b/pom.xml index 3ecb5b92..4756298e 100644 --- a/pom.xml +++ b/pom.xml @@ -159,6 +159,10 @@ ${failOnDependencyWarning} true + + com.sun.mail:javax.mail* + org.seamless:seamless-http* +