Skip to content

Commit f33b7a6

Browse files
author
Kelly Selden
committed
chore: turn of git depth
1 parent 5f46543 commit f33b7a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- npm run lint:git
2626
- npm run lint:js
2727
- if: branch = master AND tag IS blank AND type = push
28+
git:
29+
depth: false
2830
script:
2931
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
3032
- npm run release

0 commit comments

Comments
 (0)