explicitly list os and script

This commit is contained in:
Tony Brix 2019-08-27 16:54:19 -05:00
parent c1ebea1b7c
commit 303d963fb3
1 changed files with 12 additions and 4 deletions

View File

@ -24,10 +24,18 @@ jobs:
node_js: lts/*
- stage: test 👩🏽‍💻
os: linux
script: npm run test:cov
node_js: node
- node_js: lts/*
- os: windows
node_js: node
- os: windows
- os: linux
script: npm run test:cov
node_js: lts/*
- os: windows
script: npm run test:cov
node_js: node
- os: windows
script: npm run test:cov
node_js: lts/*