summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-12-19 22:50:30 +0000
committerBundlerbot <bot@bundler.io>2019-12-19 22:50:30 +0000
commit4da3289ebdf87b0f5f20186a35309e989cf19e4c (patch)
treed35ff704c2efef372ee3d66e184e7d9ff39a47cc /.travis.yml
parent8bd21aa0f5dc92fce4df277715f4eab546d30a7f (diff)
parent010e79b72d7d38a869cc3f4a7f30216f2486ac17 (diff)
downloadbundler-3e316cbad201389a7a98cf2560e177bd39b00003.tar.gz
Merge #7508v2.1.2
7508: Release 2.1.2 r=deivid-rodriguez a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that I want to ship [a small regression fix](https://github.com/bundler/bundler/pull/7505), and also so tweaks to the development environment (#7506) that I want to use in the rubygems side to fix the CI errors in https://github.com/rubygems/rubygems/pull/3043. ### What is your fix for the problem, implemented in this PR? My fix is to release 2.1.2 Co-authored-by: Bundlerbot <bot@bundler.io> Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 10 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e7828fd4af..14091cadea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,17 @@ script: bin/rake spec:travis
before_script:
- travis_retry gem install rake:"~> 12.0"
- travis_retry bin/rake override_version
- - travis_retry bin/rake spec:travis:deps
+ - travis_retry bin/rake spec:deps
- bin/rake man:check
+ - if [ "$BUNDLER_SPEC_SUB_VERSION" = "" ];
+ then
+ travis_retry sudo apt-get install graphviz -y;
+ fi
+ - if [ "$TRAVIS_RUBY_VERSION" = "2.3.8" ];
+ then
+ sudo sed -i 's/1000::/1000:Travis:/g' /etc/passwd;
+ sudo sed -i '/secure_path/d' /etc/sudoers;
+ fi
branches:
only: