Fix Sauce Labs Edge

This commit is contained in:
Daniel Huigens 2018-08-07 18:02:15 +02:00
parent 4bdc5e92ab
commit a2044a2833

View File

@ -220,7 +220,7 @@ module.exports = function(grunt) {
options: {
username: 'openpgpjs',
key: getSauceKey,
urls: ['http://127.0.0.1:3000/test/unittests.html?saucelabs=true'],
urls: ['http://localhost:3000/test/unittests.html?saucelabs=true'],
build: process.env.TRAVIS_BUILD_ID,
testname: 'Sauce Unit Test for openpgpjs',
browsers: [browser_capabilities],