You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by zs...@apache.org on 2017/04/21 06:18:26 UTC

[03/50] incubator-weex git commit: * [test] trigger test ci

* [test] trigger test ci


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/33ab6590
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/33ab6590
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/33ab6590

Branch: refs/heads/0.13-dev
Commit: 33ab65900cf5b9a70601bb4ba27b7b8803636c60
Parents: e327498
Author: \u9690\u98ce <cx...@apache.org>
Authored: Thu Apr 13 17:18:58 2017 +0800
Committer: \u9690\u98ce <cx...@apache.org>
Committed: Thu Apr 13 17:18:58 2017 +0800

----------------------------------------------------------------------
 test/scripts/components/recycler.test.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/33ab6590/test/scripts/components/recycler.test.js
----------------------------------------------------------------------
diff --git a/test/scripts/components/recycler.test.js b/test/scripts/components/recycler.test.js
index 170dff6..680b97a 100644
--- a/test/scripts/components/recycler.test.js
+++ b/test/scripts/components/recycler.test.js
@@ -7,7 +7,6 @@ var path = require('path');
 var os = require('os');
 var util = require("../util.js");
 
-
 const platform = process.env.platform.toLowerCase() || 'android';
 const isAndroid = platform === 'android';