From commits-return-22820-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Fri Apr 12 02:14:38 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3D88818065D for ; Fri, 12 Apr 2019 04:14:38 +0200 (CEST) Received: (qmail 93838 invoked by uid 500); 12 Apr 2019 02:14:37 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 93829 invoked by uid 99); 12 Apr 2019 02:14:37 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Apr 2019 02:14:37 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 63676814C1; Fri, 12 Apr 2019 02:14:37 +0000 (UTC) Date: Fri, 12 Apr 2019 02:14:37 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-website] branch master updated: Fix travis builds (Attempt 1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155503527733.27751.16880967833102783993@gitbox.apache.org> From: ctubbsii@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-website X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4ad5b56e0758668b84405889647f27ddc3b50707 X-Git-Newrev: c789d02635ecdf34c04411bfc4386ebcbbbab5de X-Git-Rev: c789d02635ecdf34c04411bfc4386ebcbbbab5de X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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