0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Travis CI: Use Ruby 2.2.

Fixes #18225.

[skip sauce]
This commit is contained in:
XhmikosR 2015-11-12 08:55:43 +02:00
parent f1223195b3
commit 7b19dfc06f

View File

@ -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