Skip to content

Commit

Permalink
use localhost instead of 127.0.0.1 for sauce tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nchase committed Dec 19, 2017
1 parent 318606d commit 358fcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ module.exports = function (grunt) {
gruntConfig['saucelabs-jasmine'] = {
all: {
options: {
urls: ['http://127.0.0.1:9999/_SpecRunner.html'],
urls: ['http://localhost:9999/_SpecRunner.html'],
tunnelTimeout: 5,
build: process.env.TRAVIS_JOB_ID,
concurrency: 3,
Expand Down

0 comments on commit 358fcd9

Please sign in to comment.