Skip to content

Commit

Permalink
npm: Prevent SSL issue on node 0.8
Browse files Browse the repository at this point in the history
Change-Id: I84415cf2fe5f450fd6aab3429ea14c4cb816cb91
Signed-off-by: Philippe Coval <p.coval@samsung.com>
  • Loading branch information
rzr committed Dec 19, 2018
1 parent 8cea4f0 commit 74098f8
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 74098f8

Please sign in to comment.