mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
sigh
This commit is contained in:
parent
cb70382ed6
commit
bb83d33812
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue