Skip to content

Commit

Permalink
BUGFIX: fixed method name in bash script for chromium and xvfb trap a…
Browse files Browse the repository at this point in the history
…ction.

Also bumped semantic-release and plugin versions.
  • Loading branch information
Roman Heckendorf committed Aug 31, 2018
1 parent 70d61ca commit 2714b93
Show file tree
Hide file tree
Showing 3 changed files with 1,605 additions and 447 deletions.
4 changes: 2 additions & 2 deletions bin/chromium-xvfb.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash

_kill_chromium_xcfb() {
_kill_chromium_xvfb() {
kill -TERM $chromium
wait $chromium
kill -TERM $xvfb
}

trap _kill_chromium_xcfb SIGTERM
trap _kill_chromium_xvfb SIGTERM

XVFB_WHD=${XVFB_WHD:-1280x720x16}

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@semantic-release/github": "3.0.3",
"@semantic-release/npm": "3.4.1",
"semantic-release": "13.4.1",
"@semantic-release/github": "5.0.3",
"@semantic-release/npm": "5.0.4",
"semantic-release": "15.9.12",
"standard": "11.0.1"
}
}
Loading

0 comments on commit 2714b93

Please sign in to comment.