瀏覽代碼

try fix travis

Daniel Zlotin 7 年之前
父節點
當前提交
adcd0d8497
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      scripts/test.e2e.ios.js

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

15
     });
15
     });
16
 
16
 
17
     startRecording();
17
     startRecording();
18
+
18
     exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
19
     exec.execSync(`detox test --configuration ios.sim.${conf} ${process.env.CI ? '--cleanup' : ''}`);
19
   } finally {
20
   } finally {
20
     stopRecording();
21
     stopRecording();