Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Commit 7cae53b

Browse files
committed
lint on ci
1 parent ac4060d commit 7cae53b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ matrix:
77
- node_js: "4"
88
- node_js: "5"
99
- node_js: "6"
10+
11+
script: npm run test-ci

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"bootstrap": "git submodule update --init && cd eslint && npm install",
2323
"eslint": "cd eslint && mocha -c tests/lib/rules/*.js -r ../eslint-tester.js",
2424
"test": "mocha",
25+
"test-ci" "npm test && npm run lint",
2526
"lint": "eslint index.js babylon-to-espree test",
2627
"fix": "eslint index.js babylon-to-espree test --fix",
2728
"preversion": "npm test",

0 commit comments

Comments
 (0)