Skip to content

Commit

Permalink
travis: Prevent SSL issue on node 0.8
Browse files Browse the repository at this point in the history
Change-Id: I84415cf2fe5f450fd6aab3429ea14c4cb816cb91
Origin: abandonware#1
Forwarded: noble#851
Signed-off-by: Philippe Coval <[email protected]>
  • Loading branch information
rzr authored and bitcloud committed Sep 21, 2020
1 parent 90333d1 commit 6ccb172
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 @@ -20,6 +20,7 @@ before_install:
export CC="g++-4.8";
fi
- if [ $NODE_VERSION == "0.8" ]; then
npm config set strict-ssl false
npm install -g npm@2;
fi
install:
Expand Down

0 comments on commit 6ccb172

Please sign in to comment.