Skip to content

Commit

Permalink
Fix HeadlessException in Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Sep 14, 2017
1 parent b64caaf commit eb97dc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ before_install:
- mvn install -DskipTests=true -e -B

script:
- export DISPLAY=:0.0
- mvn test -B

after_success:
- mvn clean cobertura:cobertura coveralls:report -B -P ci
- mvn cobertura:cobertura coveralls:report -B -P ci

branches:
except:
Expand Down

0 comments on commit eb97dc5

Please sign in to comment.