Seperated pipelines

This commit is contained in:
Noah Santschi-Cooney 2018-05-18 00:21:14 +01:00
parent 326c5aa42c
commit 9bd02d6dd6
No known key found for this signature in database
GPG key ID: 3B22282472C8AE48

View file

@ -5,6 +5,11 @@ pipeline:
- npm i
- npm run lint
- npm run test
test:
image: node:${NODE_VERSION}
commands:
- npm i
- npm run test
matrix:
NODE_VERSION: