You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2016/03/18 07:15:19 UTC

cordova-plugin-splashscreen git commit: CB-10864 Run ios native tests on Travis

Repository: cordova-plugin-splashscreen
Updated Branches:
  refs/heads/master abbb07e5e -> f8311aaca


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/master
Commit: f8311aaca89c4e4b47f47d02012d5d3ab8369935
Parents: abbb07e
Author: daserge <v-...@microsoft.com>
Authored: Sat Mar 12 16:31:52 2016 +0300
Committer: daserge <v-...@microsoft.com>
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