Fixed Travis configuration for Debian package building task

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

@ -11,9 +11,10 @@ jdk:
sudo: true sudo: true
# Installing ghostscript (optional imagemagick dependency) is required for Html2ImageTest to run # 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: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y ghostscript - sudo apt-get install -y ghostscript dpkg-dev debhelper m4
install: install:
- cd libbuild && MAVEN_OPTS="-Xmx6g -Xms2g" mvn clean install && cd .. - cd libbuild && MAVEN_OPTS="-Xmx6g -Xms2g" mvn clean install && cd ..

Loading…
Cancel
Save