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 818d0be commit 9b73540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ jdk:
sudo: required
before_script:
- sudo apt-get update
- sudo apt-get install lib32z1 lib32ncurses5
- sudo apt-get install lib32z1 lib32ncurses5 libc6:i386 libstdc++6:i386
script: mvn -Dmaven.codesign.skip=true clean verify

0 comments on commit 9b73540

Please sign in to comment.