summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-02-09 14:21:04 +0000
committerColby Swandale <me@colby.fyi>2019-04-04 21:09:58 +1100
commit57051874877a5efe51c58c914965aa3351125afc (patch)
treef06b206006163a025be679e5c6f92f12ce51cf0c
parentbe58791ff66e4b4fb97c07041184f9fcbc0e5ff8 (diff)
downloadbundler-57051874877a5efe51c58c914965aa3351125afc.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> (cherry picked from commit 1a63384c807f164bfc2fe26ce34ac781a974c7e6)
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bd2d1e5dcc..0e5cde1d08 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: ruby
+dist: xenial
script: rake spec:travis
before_script:
- travis_retry rake spec:travis:deps