Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Cache phantomjs2 download in circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Segreto committed Jul 20, 2016
1 parent 1bd876a commit cb8bb87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Expand Up @@ -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
Expand Down

0 comments on commit cb8bb87

Please sign in to comment.