Skip to content

Commit ad1cfb5

Browse files
committed
Change clone depth to 5
1 parent 03d3127 commit ad1cfb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ branches:
22
only:
33
- "master"
44

5+
git:
6+
depth: 5
7+
58
language: node_js
69

710
node_js:
811
- "8"
912

1013
script:
1114
- npm run build
12-
- npm run test
15+
- npm run test

0 commit comments

Comments
 (0)