Skip to content

Commit 0da386a

Browse files
committed
Fix: Errors on Travis CI
1 parent 0ed6aa5 commit 0da386a

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
@@ -16,7 +16,7 @@
1616
"test:lint": "if-node-version \">=4\" eslint lib tests/lib index.js",
1717
"test:mocha": "nyc mocha tests/lib/**/*.js --reporter progress",
1818
"coverage": "nyc report --reporter=lcov && opener ./coverage/lcov-report/index.html",
19-
"test@2": "npm rm eslint-config-mysticatea && npm i eslint@2 && npm run test:mocha",
19+
"test@2": "rimraf \"node_modules/eslint-{config,plugin}-*\" && npm i eslint@2 && npm run test:mocha",
2020
"codecov": "nyc report -r lcovonly && codecov"
2121
},
2222
"engines": {

0 commit comments

Comments
 (0)