Skip to content

Commit

Permalink
fix(travis): Added xvfb service to travis config (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpl authored Sep 24, 2019
1 parent 04a9e3a commit 06ebcbd
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 @@ -12,7 +12,6 @@ script:
npm install -g browserify webpack webpack-cli &&
node ./scripts/run-module-bundlers-smoketests.js
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- echo "RUN integration tests on real browsers" &&
TRAVIS_CI=true node ./scripts/run-browsers-smoketests.js

Expand All @@ -23,6 +22,8 @@ addons:
firefox: 'latest'
chrome: 'stable'

services: ["xvfb"]

after_script: npm run publish-coverage

notifications:
Expand Down

0 comments on commit 06ebcbd

Please sign in to comment.