From 8eecfcbfaf0d98feea88e436eb7bd0bb8a480941 Mon Sep 17 00:00:00 2001 From: Kit Cambridge Date: Thu, 18 Oct 2012 00:33:22 -0700 Subject: [PATCH] Manually download Closure Compiler and UglifyJS for Travis. Former-commit-id: 8aa022e2816917ec4bb42c77cdf5d26ed53e1e3a --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 811124587..7a4d28bb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: node_js node_js: - 0.6 - - 0.8 \ No newline at end of file + - 0.8 +before_script: + - "curl -H'Accept: application/vnd.github.v3.raw' https://api.github.com/repos/bestiejs/lodash/git/blobs/aa29a2ecf6f51d4da5a2a418c0d4ea0e368ee80d | tar xvz -Cvendor" + - "curl -H'Accept: application/vnd.github.v3.raw' https://api.github.com/repos/bestiejs/lodash/git/blobs/827f406a02626c1c6723e8ae281b6785d36375c1 | tar xvz -Cvendor" \ No newline at end of file