Skip to content

Commit

Permalink
Simulate retina-scale DPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakag committed Dec 29, 2019
1 parent aefc119 commit 4c5cebf
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 @@ -16,7 +16,7 @@ services:
- xvfb

before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x800x16"
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 3840x2160x24 -dpi 240"

script:
- mvn -B -P 2019-09 clean install -Dtycho.disableP2Mirrors=true
Expand Down

0 comments on commit 4c5cebf

Please sign in to comment.