Adding cachedir and setting up git username/email

This commit is contained in:
Tom Gallacher 2016-10-24 11:01:03 +01:00
parent f49d7e4dac
commit 64116b3b7f
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
## Customize the test machine
machine:
pre:
- git config --global user.email "circleci@joyent.zone"
- git config --global user.name "circlebot"
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
timezone:
@ -14,6 +16,7 @@ machine:
dependencies:
cache_directories:
- "/opt/circleci/nodejs/"
- "/opt/circleci/python/2.7.11/lib/python2.7/site-packages"
pre:
- pip --version && pip install --upgrade docker-compose==1.8.0
- npm install -g triton yarn