Skip to content

Commit

Permalink
Add screen resolution for xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte authored Jan 9, 2017
1 parent cdf303a commit edb218d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ addons:
script:
- gulp lint
- gemini test test/visual
- travis_retry xvfb-run wct
- travis_retry xvfb-run wct --dom=shadow
- travis_retry xvfb-run -s '-screen 0 1024x768x24' wct
- travis_retry xvfb-run -s '-screen 0 1024x768x24' wct --dom=shadow

0 comments on commit edb218d

Please sign in to comment.