From 64e8d6ae99a1ecacfe904bad63f47c267a8c6a22 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 15 Jan 2013 02:18:40 -0800 Subject: [PATCH] Update .travis.yml with git and branch options. Former-commit-id: 51abc02eb378332b15d525fdab62d82f8d70b62b --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index b478dee6b..ce1f1fb8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,11 @@ language: node_js node_js: - 0.6 - 0.8 +git: + depth: 1 +branches: + only: + - master before_script: - "curl -H 'Accept: application/vnd.github.v3.raw' https://api.github.com/repos/bestiejs/lodash/git/blobs/a2787b470c577cee2404d186c562dd9835f779f5 | tar xvz -C vendor" - "curl -H 'Accept: application/vnd.github.v3.raw' https://api.github.com/repos/bestiejs/lodash/git/blobs/505f1be36ef60fd25a992a522f116d5179ab317f | tar xvz -C vendor"