From 21a90f8f8f5fcfad74c455501d22ac782e76fa25 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 15 Jan 2013 08:49:59 -0800 Subject: [PATCH] Avoid travis-ci downloading the included minifiers. Former-commit-id: d8558ea8295a9c7e7d28c1a1740edf63daa81933 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce1f1fb8b..667213d2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ 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" + - "tar -xzvf vendor/closure-compiler.tar.gz -C vendor" + - "tar -xzvf vendor/uglifyjs.tar.gz -C vendor"