Fixed Travis configuration for Debian package building task

pull/135/head
luccioman 7 years ago
parent 8002e5e5e8
commit 1e000f72c2

@ -11,9 +11,10 @@ jdk:
sudo: true
# Installing ghostscript (optional imagemagick dependency) is required for Html2ImageTest to run
# dpkg-dev debhelper m4 packages are required for the 'ant deb' task
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y ghostscript
- sudo apt-get install -y ghostscript dpkg-dev debhelper m4
install:
- cd libbuild && MAVEN_OPTS="-Xmx6g -Xms2g" mvn clean install && cd ..

Loading…
Cancel
Save