1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01: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
script: npm run lint && npm test && npm run benchmarks
script:
- npm test
- npm run benchmarks
- npm run lint
node_js:
- "node"
- "6"