1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-23 18:40:03 +00: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: node_js:
- 0.10 - 0.10
before_install: before_install:
- sudo pip install --use-mirrors -r ./test-infra/requirements.txt - time sudo pip install --use-mirrors -r ./test-infra/requirements.txt
install: install:
- gem install jekyll - time gem install jekyll
- npm install -g grunt-cli - time npm install -g grunt-cli
- ./test-infra/node_modules_cache.py download || npm install - time ./test-infra/node_modules_cache.py download || time npm install
after_script: after_script:
- ./test-infra/node_modules_cache.py upload - time ./test-infra/node_modules_cache.py upload
env: env:
global: global:
- SAUCE_USERNAME: bootstrap - SAUCE_USERNAME: bootstrap