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:
authorChris Rebert <code@chrisrebert.com>2015-08-26 09:00:18 +0300
committerChris Rebert <code@chrisrebert.com>2015-08-26 09:00:18 +0300
commit3cc25428be29cb65fcf384ea4a9516c152c1ad78 (patch)
tree364fd9ba631b3854ad55322c7e53e0c2e85c3540 /.travis.yml
parent8bc2e217548c40769438158ab122e035b5a38eef (diff)
rm broken bundle update task & defunct custom RubyGem caching scheme
[skip sauce]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 37acfc02ae..9bbe2e9787 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ node_js:
before_install:
- travis_retry pip install -r test-infra/requirements.txt --user
- rvm install 2.0.0 && rvm use 2.0.0
- - 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