From 16390e31c60a2c40151995f3e09b1c4d5de63c04 Mon Sep 17 00:00:00 2001 From: James Lee Date: Thu, 24 Jan 2013 15:48:04 -0600 Subject: [PATCH] Attempt to make travis useful again Lowers the history depth from the default of 100. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6411d11c22..6b74b25154 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,5 @@ rvm: notifications: irc: "irc.freenode.org#msfnotify" +git: + depth: 1