From 19292e4ea41591b842e96abde1ce367b33d3eb55 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Tue, 3 Sep 2019 15:40:53 -0700 Subject: [PATCH] Stop testing against PhantomJS PhantomJS is at end of life, and the last version of Selenium that supported it was 3.6.0, released almost three years ago. We can't test Jasmine against PhantomJS without pinning key pieces of the project to increasingly outdated versions of key libraries. --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c9ebe78..b6b2209d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ env: matrix: include: - - env: JASMINE_BROWSER="phantomjs" USE_SAUCE=false - env: JASMINE_BROWSER="firefox" SAUCE_BROWSER_VERSION='' SAUCE_OS="Linux" if: type != pull_request addons: diff --git a/README.md b/README.md index 30c09023..c6a5ff36 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Add the following to your HTML file: ## Supported environments -Jasmine tests itself across many browsers (Safari, Chrome, Firefox, PhantomJS, Microsoft Edge, and new Internet Explorer) as well as nodejs. To see the exact version tests are run against look at our [.travis.yml](https://github.com/jasmine/jasmine/blob/master/.travis.yml) +Jasmine tests itself across many browsers (Safari, Chrome, Firefox, Microsoft Edge, and new Internet Explorer) as well as nodejs. To see the exact version tests are run against look at our [.travis.yml](https://github.com/jasmine/jasmine/blob/master/.travis.yml) [![Sauce Test Status](https://saucelabs.com/browser-matrix/jasmine-js.svg)](https://saucelabs.com/u/jasmine-js)