Daniel Zlotin пре 7 година
родитељ
комит
0905e9c6e1
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0
    4
      playground/scripts/e2e.ios.js

+ 0
- 4
playground/scripts/e2e.ios.js Прегледај датотеку

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