Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 303d963

Browse files
committed
explicitly list os and script
1 parent c1ebea1 commit 303d963

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,18 @@ jobs:
2424
node_js: lts/*
2525

2626
- stage: test 👩🏽‍💻
27+
os: linux
2728
script: npm run test:cov
2829
node_js: node
29-
- node_js: lts/*
30+
31+
- os: linux
32+
script: npm run test:cov
33+
node_js: lts/*
34+
3035
- os: windows
36+
script: npm run test:cov
3137
node_js: node
38+
3239
- os: windows
40+
script: npm run test:cov
3341
node_js: lts/*

0 commit comments

Comments
 (0)