fixed an issue with the travis ci build

* the launch4j maven plugin needs 32-bit libraries
master
Stefan Dollase 2015-12-20 21:37:34 +01:00
parent c8f0a59350
commit 6ac0ed88b0
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
sudo: required
language: java
jdk:
- oraclejdk8
before_install:
- sudo apt-get update
- sudo apt-get install libc6:i386 libstdc++6:i386 # this is needed by the launch4j maven plugin to work
install:
- mvn clean
- mvn package -DskipTests=true