Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BC78A200C52 for ; Fri, 3 Mar 2017 01:52:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BB54A160B6F; Fri, 3 Mar 2017 00:52:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 21659160B86 for ; Fri, 3 Mar 2017 01:52:01 +0100 (CET) Received: (qmail 36502 invoked by uid 500); 3 Mar 2017 00:52:01 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 36319 invoked by uid 99); 3 Mar 2017 00:52:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2017 00:52:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 16B9BE97EC; Fri, 3 Mar 2017 00:52:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Fri, 03 Mar 2017 00:52:07 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [08/10] cordova-plugin-wkwebview-engine git commit: Fix shell_session_update error on Travis CI. archived-at: Fri, 03 Mar 2017 00:52:02 -0000 Fix shell_session_update error on Travis CI. See related https://github.com/travis-ci/travis-ci/issues/6307 This closes #31 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/commit/d5a6fd47 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/d5a6fd47 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/d5a6fd47 Branch: refs/heads/1.1.x Commit: d5a6fd4754756fe893c7c61b91fa140ad93e874d Parents: 3c05e32 Author: Shazron Abdullah Authored: Sat Feb 18 16:56:05 2017 -0800 Committer: Steve Gill Committed: Thu Mar 2 16:51:33 2017 -0800 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/d5a6fd47/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c4f34bb..584f2d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ osx_image: xcode8 language: objective-c sudo: false before_install: + - rvm get head - npm cache clean -f - npm install -g n - n stable --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org