Run linting on CI

This commit is contained in:
Michael Jackson 2018-12-06 07:18:35 -05:00
parent 4fd697aec1
commit ecdb9df7b2
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
language: node_js
cache: npm
services:
- redis-server
- redis-server
script:
- npm test
- npm run build
- npm run lint
- npm test
- npm run build
deploy:
provider: heroku
skip_cleanup: true