Skip to content

Commit a6af0c2

Browse files
committed
chore: update travis config
1 parent 46246be commit a6af0c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ language: node_js
22
sudo: required
33

44
os:
5-
- windows
65
- linux
6+
- windows
7+
8+
# fix travis windows hanging issue
9+
# https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/25
10+
env: YARN_GPG=no
711

812
node_js:
913
- "6"
@@ -34,7 +38,6 @@ before_install:
3438
3539
cache:
3640
directories:
37-
- "$HOME/AppData/Local/Temp/chocolatey"
3841
- "$TRAVIS_BUILD_DIR/stunnel-5.54"
3942

4043
after_success: npm run coveralls

0 commit comments

Comments
 (0)