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

@ -3,6 +3,7 @@ cache: npm
services:
- redis-server
script:
- npm run lint
- npm test
- npm run build
deploy: