2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

make S3 caching significantly more generic

This commit is contained in:
Chris Rebert
2013-12-15 21:09:01 -08:00
parent 75db355073
commit 95c72b573e
2 changed files with 52 additions and 32 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ before_install:
install:
- if [ "$TWBS_TEST" = validate-html ]; then time gem install jekyll; fi
- time npm install -g grunt-cli
- time ./test-infra/node_modules_cache.py download || time npm install
- time ./test-infra/node_modules_cache.py download package.json ./node_modules || time npm install
after_script:
- if [ "$TWBS_TEST" = core ]; then time ./test-infra/node_modules_cache.py upload; fi
- if [ "$TWBS_TEST" = core ]; then time ./test-infra/node_modules_cache.py upload package.json ./node_modules; fi
env:
global:
- SAUCE_USERNAME: bootstrap