mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-11 09:43:58 +02:00
Lint after running tests and benchmarks
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
script: npm run lint && npm test && npm run benchmarks
|
script:
|
||||||
|
- npm test
|
||||||
|
- npm run benchmarks
|
||||||
|
- npm run lint
|
||||||
node_js:
|
node_js:
|
||||||
- "node"
|
- "node"
|
||||||
- "6"
|
- "6"
|
||||||
|
Reference in New Issue
Block a user