Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed May 30, 2019
1 parent b3d5c99 commit f45353d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ before_script:
addons:
hosts:
- travis.dev
- localhost

matrix:
include:
Expand Down
8 changes: 4 additions & 4 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ module.exports = (grunt) ->
ui_112:
options:
testname: "Fancytree qunit tests (jQuery 3, jQuery UI 1.12)"
urls: ["http://travis.dev:9999/test/unit/test-core.html"]
urls: ["http://127.0.0.1:9999/test/unit/test-core.html"]
# jQuery 3 supports IE 9+ and latest Chrome/Edge/Firefox/Safari (-1)
# jQuery UI 1.12 supports IE 11 and latest Chrome/Edge/Firefox/Safari (-1)
browsers: [
Expand All @@ -403,7 +403,7 @@ module.exports = (grunt) ->
ui_111:
options:
testname: "Fancytree qunit tests (jQuery 1.11, jQuery UI 1.11)"
urls: ["http://travis.dev:9999/test/unit/test-jQuery111-ui111.html"]
urls: ["http://127.0.0.1:9999/test/unit/test-jQuery111-ui111.html"]
# jQuery 1.11 supports IE + and latest Chrome/Edge/Firefox/Safari (-1)
# jQuery UI 1.11 supports IE 7+ and ?
browsers: [
Expand All @@ -415,7 +415,7 @@ module.exports = (grunt) ->
ui_110:
options:
testname: "Fancytree qunit tests (jQuery 1.10, jQuery UI 1.10)"
urls: ["http://travis.dev:9999/test/unit/test-jQuery110-ui110.html"]
urls: ["http://127.0.0.1:9999/test/unit/test-jQuery110-ui110.html"]
# jQuery 1.10 dropped support for IE 6
# jQuery UI 1.10 supports IE 7+ and ?
browsers: [
Expand All @@ -425,7 +425,7 @@ module.exports = (grunt) ->
beta: # This tests are allowed to fail in the travis matrix
options:
testname: "Fancytree qunit tests ('dev' browser versions)"
urls: ["http://travis.dev:9999/test/unit/test-core.html"]
urls: ["http://127.0.0.1:9999/test/unit/test-core.html"]
browsers: [
# Issue #825
{ browserName: "chrome", version: "dev", platform: "Windows 10" } #, chromedriverVersion: "2.46.0" }
Expand Down

0 comments on commit f45353d

Please sign in to comment.