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