Make sure the thing can build in PRs

This would have caught the issue in 
This commit is contained in:
Ray Schamp 2018-05-31 17:03:55 -04:00
parent 6fb8d86880
commit 14f56d713f

View file

@ -20,6 +20,9 @@ jobs:
include:
- env: NPM_SCRIPT=lint
node_js: 8
- env: NPM_SCRIPT=build
node_js: 8
if: not (branch in (master, develop) and type != pull_request)
- stage: release
node_js: 8
env: NPM_SCRIPT=build