Skip to content

Commit 05f2f6c

Browse files
author
Alan Shaw
authored
fix: windows travis build (ipfs#952)
Windows cannot have secrets (temporarily). License: MIT Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
1 parent ec3eee2 commit 05f2f6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ node_js:
1111
os:
1212
- linux
1313
- osx
14-
- windows
1514

1615
script: npx nyc -s npm run test:node -- --bail
1716
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
1817

1918
jobs:
2019
include:
20+
- os: windows
21+
filter_secrets: false
22+
cache: false
23+
2124
- stage: check
2225
script:
2326
- npx aegir commitlint --travis

0 commit comments

Comments
 (0)