1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
This commit is contained in:
Chris Rebert 2014-06-17 19:06:32 -07:00
parent cb70382ed6
commit bb83d33812

View file

@ -2,7 +2,7 @@ language: node_js
node_js:
- "0.10"
before_install:
- travis_retry sudo time pip install -r test-infra/requirements.txt
- travis_retry time sudo pip install -r test-infra/requirements.txt
- rvm use 1.9.3 --fuzzy
- export GEMDIR=$(rvm gemdir)
- if [ "$TWBS_TEST" = validate-html ]; then echo "ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION" > pseudo_Gemfile.lock; fi