Skip to content

Commit

Permalink
try is openldap build is cached if parts directory is in cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 26, 2015
1 parent 3e7867d commit 35f74ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ addons:
- libssl-dev
- libdb-dev
before_install:
- mkdir -p $HOME/buildout-cache/{eggs,downloads}
- mkdir -p $HOME/buildout-cache/{eggs,downloads,parts}
- mkdir $HOME/.buildout
- echo "[buildout]" > $HOME/.buildout/default.cfg
- echo "download-cache = $HOME/buildout-cache/downloads" >> $HOME/.buildout/default.cfg
- echo "eggs-directory = $HOME/buildout-cache/eggs" >> $HOME/.buildout/default.cfg
- echo "parts-directory = $HOME/buildout-cache/parts" >> $HOME/.buildout/default.cfg
- virtualenv .
- bin/pip install --upgrade pip setuptools zc.buildout coveralls createcoverage
install:
Expand Down

0 comments on commit 35f74ee

Please sign in to comment.