Browse Source

let’s try remote for IE

Artur Paikin 8 years ago
parent
commit
8a7a4d6ebb
1 changed files with 2 additions and 2 deletions
  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