File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 17
17
"docs:dev" : " npm run build && npm run docs:build" ,
18
18
"docs:watch" : " watchy -w lib,jsdoc-template npm run docs:dev" ,
19
19
"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" ,
21
21
"test:cover" : " BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner" ,
22
22
"test:only" : " BABEL_ENV=test babel-node ./test/runner" ,
23
23
"test:debug" : " BABEL_ENV=test babel-node debug ./test/runner" ,
You can’t perform that action at this time.
0 commit comments