Skip to content

Commit

Permalink
Travis CI: specify depth 1 when cloning the Node.js repo. (#23)
Browse files Browse the repository at this point in the history
This should speed things up.
  • Loading branch information
XhmikosR authored and Trott committed Sep 20, 2019
1 parent a489275 commit 90bd515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ language: node_js

node_js: node

before_script: git clone https://github.com/nodejs/node.git tmp
before_script: git clone https://github.com/nodejs/node.git tmp --depth 1

script: npm run travis

0 comments on commit 90bd515

Please sign in to comment.