Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E95F219D24 for ; Fri, 15 Apr 2016 20:49:40 +0000 (UTC) Received: (qmail 35070 invoked by uid 500); 15 Apr 2016 20:49:40 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 34934 invoked by uid 500); 15 Apr 2016 20:49:40 -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 34436 invoked by uid 99); 15 Apr 2016 20:49:40 -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, 15 Apr 2016 20:49:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 58B8DE9E96; Fri, 15 Apr 2016 20:49:40 +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, 15 Apr 2016 20:49:50 -0000 Message-Id: <1b175461be044e51b29bd1ceb27f77c3@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [11/17] cordova-plugin-splashscreen git commit: CB-10864 Run ios native tests on Travis CB-10864 Run ios native tests on Travis Updated cordova-ios tests dependency version to latest published Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/f8311aac Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/f8311aac Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/f8311aac Branch: refs/heads/3.2.x Commit: f8311aaca89c4e4b47f47d02012d5d3ab8369935 Parents: abbb07e Author: daserge Authored: Sat Mar 12 16:31:52 2016 +0300 Committer: daserge Committed: Mon Mar 14 20:30:52 2016 +0300 ---------------------------------------------------------------------- .travis.yml | 6 +++++- tests/ios/package.json | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/f8311aac/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index b9af4c5..93e7dd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ -language: node_js +language: objective-c sudo: false node_js: - "4.2" +env: + - TEST_DIR=. + - TEST_DIR=./tests/ios +script: cd $TEST_DIR && npm install && npm test http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/f8311aac/tests/ios/package.json ---------------------------------------------------------------------- diff --git a/tests/ios/package.json b/tests/ios/package.json index d8b2385..1825219 100644 --- a/tests/ios/package.json +++ b/tests/ios/package.json @@ -5,9 +5,9 @@ "author": "Apache Software Foundation", "license": "Apache Version 2.0", "dependencies": { - "cordova-ios": "^3.6.0" + "cordova-ios": "*" }, "scripts": { "test": "xcodebuild test -workspace CDVSplashScreenTest.xcworkspace -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp'" - } -} \ No newline at end of file + } +} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org