Skip to content

Commit

Permalink
travis: fix broken npm/nodejs install
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Jun 1, 2020
1 parent f734274 commit d736501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ before_install:
before_script:
# update lein to latest, https://github.com/technomancy/leiningen/issues/2014#issuecomment-153829977
- yes y | sudo lein upgrade
- sudo apt-get install nodejs npm colordiff
# https://medium.com/code-kings/npm-npm-depends-node-gyp-0-10-9-but-it-is-not-going-to-be-installed-error-try-this-dc65325136ce
- sudo apt-get install nodejs-dev node-gyp libssl1.0-dev npm colordiff
- sudo npm install -g js-beautify@1.10.3
- (cd test && npm install)

Expand Down

0 comments on commit d736501

Please sign in to comment.