* [test] fix travis
Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/d049adce Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/d049adce Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/d049adce Branch: refs/heads/master Commit: d049adce9f970f7db780bd8398bfbe00626268fa Parents: 94d5649 Author: sospartan <[email protected]> Authored: Tue Feb 21 19:38:45 2017 +0800 Committer: sospartan <[email protected]> Committed: Tue Feb 21 19:38:45 2017 +0800 ---------------------------------------------------------------------- package.json | 2 +- test/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/d049adce/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 598ded6..b69c423 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ }, "devDependencies": { "xml2map": "^1.0.2", - "weex-wd": "^1.0.10", + "weex-wd": "^1.0.11", "macaca-utils": "^0.1.9", "babel-core": "^6.17.0", "babel-istanbul": "^0.11.0", http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/d049adce/test/run.sh ---------------------------------------------------------------------- diff --git a/test/run.sh b/test/run.sh index 40e9fb7..6c0edd0 100755 --- a/test/run.sh +++ b/test/run.sh @@ -39,7 +39,7 @@ function runiOS { sleep 1m echo 'killAll Simulator......' killAll Simulator || echo 'killall failed' - ps -ef + # ps -ef platform=ios macaca run -d $1 }
