Commit 6b6b059a authored by Chris Rebert's avatar Chris Rebert

time all the things

parent 42697a4e
...@@ -2,13 +2,13 @@ language: node_js ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment