소스 검색

enabling travis e2e ios

Daniel Zlotin 8 년 전
부모
커밋
0905e9c6e1
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0
    4
      playground/scripts/e2e.ios.js

+ 0
- 4
playground/scripts/e2e.ios.js 파일 보기

58
 
58
 
59
 function run() {
59
 function run() {
60
   buildProjForDetox();
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
   e2e();
61
   e2e();
66
 }
62
 }
67
 
63