Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>2015-08-18 21:46:56 +0300
committerKevin Kirsche <kev.kirsche@gmail.com>2015-08-18 21:51:00 +0300
commit697593b9d1f0f6bd080cd68565421d7909844b1d (patch)
tree3a9076980fa5d1062868eb3f3971f561dbaa67ef /.travis.yml
parent767cbef6d43fc773461ab178162bdf3ace6e750c (diff)
Have travis use Ruby 2.0.0
Fix #17011 Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e911843252..6fa443c71d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 --fuzzy
- 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)\""