ソースを参照

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();