summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-06-06 07:28:08 +0300
committerAndrei Karas <akaras@inbox.ru>2020-06-16 03:43:42 +0300
commit4223930c595f2d6b7ef7734da7290686ec6cdbf7 (patch)
tree110844fe639372b95a4a09075ac504b46efffb20 /.travis.yml
parent40eecd7dee4626f829c3e5e05a1681090d561dbe (diff)
downloadhercules-4223930c595f2d6b7ef7734da7290686ec6cdbf7.tar.gz
hercules-4223930c595f2d6b7ef7734da7290686ec6cdbf7.tar.bz2
hercules-4223930c595f2d6b7ef7734da7290686ec6cdbf7.tar.xz
hercules-4223930c595f2d6b7ef7734da7290686ec6cdbf7.zip
Reduce travis clone depth to 1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 263f66776..76bc2eb06 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,9 @@ script:
compiler: false # Necessary at the top level because referenced by allow_failures
env: ignore=this # Necessary at the top level because referenced by allow_failures
+git:
+ depth: 1
+
jobs:
allow_failures:
- compiler: clang