0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

time all the things

This commit is contained in:
Chris Rebert 2013-12-13 17:20:45 -08:00
parent 42697a4ecb
commit 6b6b059ac3

View File

@ -2,13 +2,13 @@ language: node_js
node_js:
- 0.10
before_install:
- sudo pip install --use-mirrors -r ./test-infra/requirements.txt
- time sudo pip install --use-mirrors -r ./test-infra/requirements.txt
install:
- gem install jekyll
- npm install -g grunt-cli
- ./test-infra/node_modules_cache.py download || npm install
- time gem install jekyll
- time npm install -g grunt-cli
- time ./test-infra/node_modules_cache.py download || time npm install
after_script:
- ./test-infra/node_modules_cache.py upload
- time ./test-infra/node_modules_cache.py upload
env:
global:
- SAUCE_USERNAME: bootstrap