Daniel Zlotin 7 лет назад
Родитель
Сommit
be235342b6
1 измененных файлов: 1 добавлений и 0 удалений
  1. 1
    0
      playground/scripts/e2e.ios.js

+ 1
- 0
playground/scripts/e2e.ios.js Просмотреть файл

@@ -60,6 +60,7 @@ function run() {
60 60
   buildProjForDetox();
61 61
   if (process.env.TRAVIS) {
62 62
     console.warn('skipping e2e temporarily due to fbsimctl is currently broken'); //eslint-disable-line
63
+    return;
63 64
   }
64 65
   e2e();
65 66
 }