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)