Skip to content

Commit

Permalink
use newer version of node.js in .travis.yml and lower down tls defaul…
Browse files Browse the repository at this point in the history
…t to 1.2
  • Loading branch information
KtorZ committed Sep 11, 2020
1 parent ea7b585 commit 0525347
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 @@ -50,8 +50,9 @@ jobs:
name: "Executables"
script:
# Fetch the builds from Hydra
- nvm install 12.18.3 && nvm use 12.18.3
- npm install --no-save [email protected] [email protected]
- node scripts/travis-download-builds.js
- node --tls-min-v1.2 scripts/travis-download-builds.js

############################
# cardano-node
Expand Down

0 comments on commit 0525347

Please sign in to comment.