Repository: cordova-ios
Updated Branches:
  refs/heads/master c3f5a2535 -> b9f2fe8d0


CB-7493 Adds test-build command to package.json


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/cfdc9cc5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/cfdc9cc5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/cfdc9cc5

Branch: refs/heads/master
Commit: cfdc9cc56beef91527aab8a2f5e8223b46e5b29b
Parents: 62f924e
Author: Vladimir Kotikov <v-vlk...@microsoft.com>
Authored: Tue Sep 9 17:06:15 2014 +0400
Committer: Vladimir Kotikov <v-vlk...@microsoft.com>
Committed: Tue Sep 9 17:54:20 2014 +0400

----------------------------------------------------------------------
 .travis.yml  | 3 +++
 package.json | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/cfdc9cc5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..531635b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+language: objective-c
+install: npm install
+script: "npm test"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/cfdc9cc5/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f11f29f..05a4814 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,9 @@
         "cordova",
         "apache"
     ],
+    "scripts": {
+        "test": "rm -rf \"testcreate 応用\"; ./bin/create \"testcreate 
応用\" com.test.app 応用 && \"./testcreate 応用/cordova/build\" && rm -rf 
\"testcreate 応用\""
+    },
     "author": "Apache Software Foundation",
     "license": "Apache Version 2.0",
     "dependencies": {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to