From: Chris Rebert Date: Sat, 14 Dec 2013 01:20:45 +0000 (-0800) Subject: time all the things X-Git-Tag: v3.1.0~145^2^2~16^2^2~1^2^2~3^2~4^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11869%2Fhead;p=thirdparty%2Fbootstrap.git time all the things --- diff --git a/.travis.yml b/.travis.yml index 2e71f553aa..78a89aabf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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