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.
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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)
|
||||
|
||||
[](https://saucelabs.com/u/jasmine-js)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user