aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-12-13 17:20:45 -0800
committerChris Rebert <[email protected]>2013-12-13 17:22:46 -0800
commit6b6b059ac388da516ed60e7b20098379466821b1 (patch)
treef996c2ee2e43c29888b0d8455c6356acaf76bff0
parent42697a4ecb2c034c9e88e245932b3914dfd1206c (diff)
downloadbootstrap-6b6b059ac388da516ed60e7b20098379466821b1.tar.xz
bootstrap-6b6b059ac388da516ed60e7b20098379466821b1.zip
time all the things
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 2e71f553a..78a89aabf 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