Browse Source

skipping e2e ios on travis

Daniel Zlotin 7 years ago
parent
commit
be235342b6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      playground/scripts/e2e.ios.js

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

@@ -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
 }