Skip to content

Commit

Permalink
Merge pull request #14 from terraformer-js/chore/electron
Browse files Browse the repository at this point in the history
electron, not chrome
john gravois authored Jan 7, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents ce14873 + 785849a commit a321f37
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -7,6 +7,9 @@ sudo: false
cache:
directories:
- node_modules
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
before_script:
- npm run bootstrap
before_deploy:
@@ -24,4 +27,6 @@ branches:
only:
- master
addons:
chrome: stable
apt:
packages:
- xvfb

0 comments on commit a321f37

Please sign in to comment.