소스 검색

let’s try remote for IE

Artur Paikin 8 년 전
부모
커밋
8a7a4d6ebb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      test/acceptance/index.js

+ 2 - 2
test/acceptance/index.js

@@ -33,8 +33,8 @@ if (isTravisTest) {
   // @todo This should become localhost to utilize the Travis saucelabs addon tunnel
   // But it seems Edge and Safari fail on that right now, so targeting uppy.io instead.
   // That is unideal, as we are then testing a previous deploy, and not the current build
-  host = localHost
-  // host = remoteHost
+  // host = localHost
+  host = remoteHost
 } else if (isRemoteTest) {
   // We're not too sure about a working tunnel otherwise, best just test uppy.io
   host = remoteHost