Test both sources and distribution

This commit is contained in:
dcodeIO 2018-02-13 08:55:38 +01:00
parent c6486c461d
commit 818331e3d5

View File

@ -1,9 +1,6 @@
dist: trusty
language: node_js language: node_js
node_js: node_js:
- lts/* - lts/*
- node - node
jobs: before_script: npm run clean && node bin/asc -v && npm test
include: script: npm run build && node bin/asc -v && npm test
- stage: build
script: npm run build