We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98789c commit 8606239Copy full SHA for 8606239
.travis.yml
@@ -7,3 +7,5 @@ sudo: false
7
language: node_js
8
script: "npm run test"
9
# after_success: "npm i -g codecov && npm run coverage && codecov"
10
+before_script:
11
+ - export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
"deps": "dependency-check . && dependency-check . --extra --no-dev",
"start": "node .",
- "test": "standard && npm run deps && (browserify test.js | tape-run)",
+ "test": "standard && npm run deps && browserify test.js | tape-run",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov"
},
12
"dependencies": {
0 commit comments