2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00
This commit is contained in:
Chris Rebert
2014-06-17 19:06:32 -07:00
parent cb70382ed6
commit bb83d33812
+1 -1
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