Explorar el Código

try fix travis

Daniel Zlotin hace 6 años
padre
commit
adcd0d8497
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js Ver fichero

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