Skip to content

Commit

Permalink
attempt to fix webkit tests per https://benlimmer.com/2019/01/14/trav…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Dec 7, 2020
1 parent 6ff06c8 commit 99b6f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: node_js

sudo: false
dist: xenial

services:
- xvfb

##### WARNING
# node-pre-gyp tests are not concurrency safe
Expand Down
1 change: 0 additions & 1 deletion scripts/test-node-webkit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ else
# assume 64 bit linux
wget https://s3.amazonaws.com/node-webkit/v${NODE_WEBKIT_VERSION}/node-webkit-v${NODE_WEBKIT_VERSION}-linux-x64.tar.gz
tar xf node-webkit-v${NODE_WEBKIT_VERSION}-linux-x64.tar.gz
export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start;
export PATH=${BASE}/node-webkit-v0.8.5-linux-x64:${PATH}
fi

Expand Down

0 comments on commit 99b6f50

Please sign in to comment.