Skip to content

Commit 1208962

Browse files
authored
Update .travis.yml
1 parent 5663c24 commit 1208962

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ include:
2222

2323
sudo: required
2424

25+
git:
26+
depth: 8
27+
2528
script:
2629
- chmod +x ./build.sh
2730
- ./build.sh |& tee log.txt
@@ -51,4 +54,4 @@ after_deploy:
5154
- cd mail-scripts && ./mail.py
5255

5356
after_failure:
54-
- cd mail-scripts && ./mail-fail.py
57+
- cd mail-scripts && ./mail-fail.py

0 commit comments

Comments
 (0)