Skip to content

Commit

Permalink
Use a url rewrite rule to stop hangs during npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
bmomberger-bitovi authored Jun 9, 2022
1 parent df1e0cd commit 026acb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ sudo: false
language: node_js
matrix:
include:
- node_js: 14
- node_js: 10
script: 'npm run test-node:ci'
before_install:
- git config --global url."https://github.com/".insteadOf "git://github.com/"
- node_js: node
addons:
sauce_connect: true
Expand Down

0 comments on commit 026acb9

Please sign in to comment.