Skip to content

Commit

Permalink
chore: update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Feb 9, 2020
1 parent 46246be commit a6af0c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ language: node_js
sudo: required

os:
- windows
- 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:
- "6"
Expand Down Expand Up @@ -34,7 +38,6 @@ before_install:
cache:
directories:
- "$HOME/AppData/Local/Temp/chocolatey"
- "$TRAVIS_BUILD_DIR/stunnel-5.54"

after_success: npm run coveralls
Expand Down

0 comments on commit a6af0c2

Please sign in to comment.