File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,8 @@ language: node_js
2
2
sudo : required
3
3
4
4
os :
5
- - linux
6
5
- 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
6
+ - linux
11
7
12
8
node_js :
13
9
- " 6"
@@ -40,10 +36,18 @@ cache:
40
36
directories :
41
37
- " $TRAVIS_BUILD_DIR/stunnel-5.54"
42
38
43
- after_success : npm run coveralls
44
39
before_script :
45
40
# Add an IPv6 config - see the corresponding Travis issue
46
41
# https://github.com/travis-ci/travis-ci/issues/8361
47
42
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
48
43
sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
49
44
fi
45
+ after_script :
46
+ - |-
47
+ case $TRAVIS_OS_NAME in
48
+ windows)
49
+ redis-server --service-stop
50
+ ;;
51
+ esac
52
+
53
+ after_success : npm run coveralls
You can’t perform that action at this time.
0 commit comments