Skip to content

Commit

Permalink
chore: Don't do shallow clones on travis (#907)
Browse files Browse the repository at this point in the history
Lerna canary doesn't work correctly with shallow clones
  • Loading branch information
pksunkara authored and boopathi committed Sep 29, 2018
1 parent 129a1ee commit 55b6e50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
git:
depth: 10
depth: false
submodules: false
sudo: false
language: node_js
cache: yarn

node_js:
- "10"
- "8"
Expand Down

0 comments on commit 55b6e50

Please sign in to comment.