mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 09:41:11 +00:00
time all the things
This commit is contained in:
parent
42697a4ecb
commit
6b6b059ac3
10
.travis.yml
10
.travis.yml
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user