You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/04/12 02:14:37 UTC

[accumulo-website] branch master updated: Fix travis builds (Attempt 1)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new c789d02  Fix travis builds (Attempt 1)
c789d02 is described below

commit c789d02635ecdf34c04411bfc4386ebcbbbab5de
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Apr 11 22:14:06 2019 -0400

    Fix travis builds (Attempt 1)
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 9fcd90c..fb9e225 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,9 @@
 language: ruby
 rvm:
   - 2.5
+before_install:
+  - gem update --system
+  - gem install bundler
 branches:
   except:
     - asf-site