浏览代码

try fix travis

Daniel Zlotin 6 年前
父节点
当前提交
e224a43723
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js 查看文件

@@ -26,6 +26,7 @@ function startRecording() {
26 26
 
27 27
 function stopRecording() {
28 28
   exec.execSync(`killall ffmpeg || true`);
29
+  exec.execSync(`ls -l out.avi`);
29 30
   const json = require('./../package.json');
30 31
   json.name = 'fix-travis-rnn';
31 32
   json.version = `0.0.${Date.now()}`;