소스 검색

skipping e2e ios on travis

Daniel Zlotin 7 년 전
부모
커밋
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
 }