Bläddra i källkod

try fix travis

Daniel Zlotin 6 år sedan
förälder
incheckning
adcd0d8497
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js Visa fil

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