Browse Source

try fix travis

Daniel Zlotin 6 years ago
parent
commit
e224a43723
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      scripts/test.e2e.ios.js

+ 1
- 0
scripts/test.e2e.ios.js View File

@@ -26,6 +26,7 @@ function startRecording() {
26 26
 
27 27
 function stopRecording() {
28 28
   exec.execSync(`killall ffmpeg || true`);
29
+  exec.execSync(`ls -l out.avi`);
29 30
   const json = require('./../package.json');
30 31
   json.name = 'fix-travis-rnn';
31 32
   json.version = `0.0.${Date.now()}`;