Skip to content

Commit 38a56c1

Browse files
committed
chore(build): Ensure browser build runs for any 5.x node version
1 parent 5ae2d8c commit 38a56c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"docs:dev": "npm run build && npm run docs:build",
1818
"docs:watch": "watchy -w lib,jsdoc-template npm run docs:dev",
1919
"docs:publish": "npm run docs:build && ./bin/publish-docs.sh",
20-
"test:ci": "npm run test:cover && npm run test:integration && if [ \"$TRAVIS_NODE_VERSION\" = \"5.0\" ] ; then npm run test:browser-remote; fi",
20+
"test:ci": "npm run test:cover && npm run test:integration && if [[ \"$TRAVIS_NODE_VERSION\" =~ \"5\" ]] ; then npm run test:browser-remote; fi",
2121
"test:cover": "BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner",
2222
"test:only": "BABEL_ENV=test babel-node ./test/runner",
2323
"test:debug": "BABEL_ENV=test babel-node debug ./test/runner",

0 commit comments

Comments
 (0)