Created
February 9, 2018 17:43
-
-
Save gunnarx/38c208bfa22a6997dbd6bde9007c090b to your computer and use it in GitHub Desktop.
Revisions
-
gunnarx created this gist
Feb 9, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,33 @@ From: https://github.com/moto-timo/eclipse-poky-1/blob/timo/maven/.travis.yml # Although this looks like it does nothing, # a default behavior in Travis CI is to # call "mvn install...", so this is actually # enough to build the project # # https://docs.travis-ci.com/user/languages/java/ # language: java jdk: - oraclejdk8 env: DISPLAY=:99.0 addons: apt: packages: - fluxbox - make - xsltproc - docbook-utils - fop - dblatex - xmlto before_script: - export DISPLAY=:99.0 - Xvfb :99.0 -extension RANDR > /dev/null & - fluxbox & - sleep 10