From cb8bb87b8e6a1c825af2eab53e9d2f74c9593438 Mon Sep 17 00:00:00 2001 From: Marco Segreto Date: Wed, 20 Jul 2016 14:38:52 -0700 Subject: [PATCH] Cache phantomjs2 download in circle config --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 44ace0b1..257601fa 100644 --- a/circle.yml +++ b/circle.yml @@ -16,6 +16,7 @@ machine: dependencies: cache_directories: - "$WS/node_modules/" + - "/home/ubuntu/bin/phantomjs-2.0.1-linux-x86_64-dynamic" pre: - sudo apt-get update; sudo apt-get install libicu52 - curl --output /home/ubuntu/bin/phantomjs-2.0.1-linux-x86_64-dynamic https://s3.amazonaws.com/circle-support-bucket/phantomjs/phantomjs-2.0.1-linux-x86_64-dynamic