From 947ce9c04c82d84188d1af8d95f088911693b793 Mon Sep 17 00:00:00 2001 From: Kevin Grandon Date: Wed, 3 May 2017 14:21:58 -0700 Subject: [PATCH 1/2] Run tests against firefox v53. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 02de14c..ff6faba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ before_script: - "sh -e /etc/init.d/xvfb start" script: cd $TEST_DIR && npm install && npm test addons: - firefox: "46.0" + firefox: "53.0" From d5fe82690e51a1d9496f04e058cea09f5b8c3832 Mon Sep 17 00:00:00 2001 From: Kevin Grandon Date: Wed, 3 May 2017 14:28:06 -0700 Subject: [PATCH 2/2] Use slimerjs-core instead of slimerjs-firefox. --- ghostjs-examples/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghostjs-examples/package.json b/ghostjs-examples/package.json index 2acd4b2..234460a 100644 --- a/ghostjs-examples/package.json +++ b/ghostjs-examples/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "npm run test:phantom && npm run test:slimerjs", "test:phantom": "ghostjs test/*.js", - "test:slimerjs": "ghostjs --ghost-runner slimerjs-firefox test/*.js" + "test:slimerjs": "ghostjs --ghost-runner slimerjs-core test/*.js" }, "author": "Kevin Grandon ", "license": "MPL-2.0", @@ -16,7 +16,7 @@ "ghostjs": "file:../ghostjs-core", "hapi": "^14.1.0", "inert": "^4.0.1", - "slimerjs-firefox": "^1.0.5-no-download" + "slimerjs-core": "^0.12.0" }, "devDependencies": { "babel-eslint": "^6.1.2",