summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-02-09 14:21:04 +0000
committerBundlerbot <bot@bundler.io>2019-02-09 14:21:04 +0000
commit1a63384c807f164bfc2fe26ce34ac781a974c7e6 (patch)
tree2ea19e644f67f86c498aae8be56a817cf8b7b2a1
parent9cbc7dd8f77bcc12fd7e4265ebbd948f0e19b7f7 (diff)
parent489ac15006c6c272ebfcabc49ec483544caa4532 (diff)
downloadbundler-1a63384c807f164bfc2fe26ce34ac781a974c7e6.tar.gz
Merge #6952
6952: Bump TravisCI build to Xenial r=colby-swandale a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem was that CI in #6938 is failing, and I'm not sure why. ### What was your diagnosis of the problem? My diagnosis was that I should split the two changes made in that PR to find out the culprit. ### What is your fix for the problem, implemented in this PR? My fix is to split the TravisCI update to xenial, because my guess is that this is not the culprit, so if the build is green, we can merge this and upgrade :tada: ### Why did you choose this fix out of the possible options? I chose this fix because it means no work for me, just delegate to TravisCI. :) Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a1ab44d7f1..99d0cbb386 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: ruby
+dist: xenial
script: rake spec:travis
before_script:
- travis_retry rake -E 'module ::Bundler; VERSION = "0.0.0"; end' override_version