Browse Source

enabling travis e2e ios

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

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

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