1
0
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:
Samy Pessé
2016-11-01 15:02:07 +01:00
parent e9f05bc1b4
commit 37d99e0edb

View File

@@ -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"