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:
authorXhmikosR <xhmikosr@gmail.com>2015-11-12 09:55:43 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-11-12 10:18:34 +0300
commit7b19dfc06fc9c4f5d964c0e9a596843e9a4b4f33 (patch)
tree7161f1c6933cd74bcb5c14a0cf6ff9ed32f38f09 /.travis.yml
parentf1223195b3f336becd82e25e99d0229f95ad10e6 (diff)
Travis CI: Use Ruby 2.2.
Fixes #18225. [skip sauce]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 72a7861011..6e5b05ba36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,9 @@ node_js:
- "4"
- "stable"
before_install:
- - rvm install 2.0.0 && rvm use 2.0.0
+ - rvm install 2.2
+ - rvm use 2.2 --fuzzy
+ - export GEMDIR=$(rvm gemdir)
- "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip validator\]'; export TWBS_DO_VALIDATOR=$?; true
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip sauce\]'; export TWBS_DO_SAUCE=$?; true