Skip to content

Commit

Permalink
make launch4j build run on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tofi86 committed Dec 11, 2016
1 parent 9b73540 commit eb27a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ jdk:
- oraclejdk7
sudo: required
before_script:
- sudo apt-get update
- sudo apt-get install lib32z1 lib32ncurses5 libc6:i386 libstdc++6:i386
- sudo apt-get -qq update
- sudo apt-get install -y lib32z1 lib32ncurses5 lib32bz2-1.0 libc6:i386 libstdc++6:i386 ia32-libs
script: mvn -Dmaven.codesign.skip=true clean verify

0 comments on commit eb27a50

Please sign in to comment.