We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69310d commit 4bcff63Copy full SHA for 4bcff63
package.json
@@ -8,7 +8,7 @@
8
"url": "git://github.com/jhiesey/stream-http.git"
9
},
10
"scripts": {
11
- "test": "npm run test-node && npm run test-browser",
+ "test": "npm run test-node && ([ -n \"${TRAVIS_PULL_REQUEST}\" -a \"${TRAVIS_PULL_REQUEST}\" != 'false' ] || npm run test-browser)",
12
"test-node": "tape test/node/*.js",
13
"test-browser": "zuul --no-coverage -- test/browser/*.js",
14
"test-browser-local": "zuul --local 8080 --no-coverage -- test/browser/*.js"
0 commit comments