Skip to content

Commit 832e57a

Browse files
committed
Reduce travis git clone to depth of 1, since we aren't doing any git operations in travis.
1 parent 8221ee5 commit 832e57a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ services:
77
- postgresql
88
addons:
99
postgresql: "9.5"
10+
git:
11+
depth: 1
1012

1113
install:
1214
- docker build -t $BUILDING .

0 commit comments

Comments
 (0)