You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
chore: update travis config
This commit is contained in:
@@ -2,8 +2,12 @@ language: node_js
|
|||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- windows
|
|
||||||
- linux
|
- linux
|
||||||
|
- windows
|
||||||
|
|
||||||
|
# fix travis windows hanging issue
|
||||||
|
# https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/25
|
||||||
|
env: YARN_GPG=no
|
||||||
|
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
@@ -34,7 +38,6 @@ before_install:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- "$HOME/AppData/Local/Temp/chocolatey"
|
|
||||||
- "$TRAVIS_BUILD_DIR/stunnel-5.54"
|
- "$TRAVIS_BUILD_DIR/stunnel-5.54"
|
||||||
|
|
||||||
after_success: npm run coveralls
|
after_success: npm run coveralls
|
||||||
|
Reference in New Issue
Block a user