]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
time all the things 11869/head
authorChris Rebert <code@rebertia.com>
Sat, 14 Dec 2013 01:20:45 +0000 (17:20 -0800)
committerChris Rebert <code@rebertia.com>
Sat, 14 Dec 2013 01:22:46 +0000 (17:22 -0800)
.travis.yml

index 2e71f553aa3cc7a9a9fa4ee6821167a95e332bd2..78a89aabf6b750572603f1e0c51ac5a2f3165c94 100644 (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