0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Merge pull request #12090 from nschonni/patch-2

Quote Node 0.10 so correct version is printed
This commit is contained in:
Chris Rebert 2014-01-04 12:20:38 -08:00
commit 7ca113b487

View File

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- 0.10 - "0.10"
before_install: before_install:
- time sudo pip install --use-mirrors -r test-infra/requirements.txt - time sudo pip install --use-mirrors -r test-infra/requirements.txt
- rvm use 1.9.3 --fuzzy - rvm use 1.9.3 --fuzzy