]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
try and install ruby
authorThomas McDonald <thomasm@palantir.com>
Wed, 19 Aug 2015 19:54:26 +0000 (12:54 -0700)
committerThomas McDonald <thomasm@palantir.com>
Wed, 19 Aug 2015 19:54:26 +0000 (12:54 -0700)
.travis.yml

index c4fea951357728785e1740c0de0dea819962fe8e..edd7824cb156248a35592e2af6d98450919b6e0b 100644 (file)
@@ -5,7 +5,8 @@ node_js:
   - "0.12"
 before_install:
   - travis_retry sudo pip install -r test-infra/requirements.txt
-  - rvm use 1.9.3 --fuzzy
+  - rvm install 2.0.0 && rvm use 2.0.0
+  - bundle install
   - export GEMDIR=$(rvm gemdir)
   - if [ "$TWBS_TEST" = validate-html ]; then echo "ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION rouge=$ROUGE_VERSION" > pseudo_Gemfile.lock; fi
   - "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""