Skip to content

Commit

Permalink
allow gui testing on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
simonharrer committed Dec 16, 2015
1 parent bed386f commit b63c079
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ sudo: false
before_install:
- chmod +x gradlew

# allow gui testing on travis
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

script:
- ./gradlew test --info

Expand Down

0 comments on commit b63c079

Please sign in to comment.