explicitly list os and script
This commit is contained in:
parent
c1ebea1b7c
commit
303d963fb3
16
.travis.yml
16
.travis.yml
|
@ -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/*
|
||||
|
|
Loading…
Reference in New Issue