瀏覽代碼

try fix travis

Daniel Zlotin 6 年之前
父節點
當前提交
adcd0d8497
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      scripts/test.e2e.ios.js

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

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