aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-11-12 08:55:43 +0200
committerXhmikosR <[email protected]>2015-11-12 09:18:34 +0200
commit7b19dfc06fc9c4f5d964c0e9a596843e9a4b4f33 (patch)
tree7161f1c6933cd74bcb5c14a0cf6ff9ed32f38f09
parentf1223195b3f336becd82e25e99d0229f95ad10e6 (diff)
downloadbootstrap-7b19dfc06fc9c4f5d964c0e9a596843e9a4b4f33.tar.xz
bootstrap-7b19dfc06fc9c4f5d964c0e9a596843e9a4b4f33.zip
Travis CI: Use Ruby 2.2.
Fixes #18225. [skip sauce]
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 72a786101..6e5b05ba3 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