summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-31 22:40:06 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-01-04 18:03:31 +0000
commit535b8238fd191710e1e8864f302fba5a02f52b1d (patch)
tree72cd782b3cb0fc37cd83a855633f92dee0d265a9 /.travis.yml
parentb99e99f5d9547cb7af6c3eb83f792c7cdbb7bd6d (diff)
Only fetch 1 revision from git during Travis builds.
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 5f2be11f..58d7db21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,3 +64,6 @@ notifications:
64branches: 64branches:
65 only: 65 only:
66 - master 66 - master
67
68git:
69 depth: 1