Skip to content

Commit

Permalink
Workaround for CERT_UNTRUSTED error in npm (#58)
Browse files Browse the repository at this point in the history
This workaround must be removed after upstream fix.
  • Loading branch information
at-wat authored Apr 15, 2018
1 parent f285c51 commit dda4e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ script:

before_deploy:
- sudo apt-get install -y npm
- sudo npm config set strict-ssl false # XXX: workaround for CERT_UNTRUSTED error in npm
- sudo npm install -g json
- export YPSPUR_GUI_URI=`wget -q -O - https://api.github.com/repos/openspur/ypspur-gui/releases/latest | json assets[0].browser_download_url`
- cd ${TRAVIS_BUILD_DIR} && wget $YPSPUR_GUI_URI
Expand Down

0 comments on commit dda4e3f

Please sign in to comment.