diff --git a/.travis.yml b/.travis.yml index 8dc6d21e..2af9e8b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,10 @@ matrix: - env: - USE_SAUCE=false - TEST_COMMAND="bash travis-node-script.sh v9" + - env: + - JASMINE_BROWSER="safari" + - SAUCE_OS="OS X 10.12" + - SAUCE_BROWSER_VERSION=10 - env: - JASMINE_BROWSER="safari" - SAUCE_OS="OS X 10.11" diff --git a/README.md b/README.md index 01196ada..5ea77347 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,7 @@ [![Build Status](https://travis-ci.org/jasmine/jasmine.svg?branch=master)](https://travis-ci.org/jasmine/jasmine) [![Code Climate](https://codeclimate.com/github/jasmine/jasmine.svg)](https://codeclimate.com/github/jasmine/jasmine) -======= - -**A JavaScript Testing Framework** +# A JavaScript Testing Framework Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, [Node.js](http://nodejs.org) projects, or anywhere that JavaScript can run. @@ -53,7 +51,7 @@ Add the following to your HTML file: ## Supported environments -Jasmine tests itself across many browsers (Safari, Chrome, Firefox, PhantomJS, and new Internet Explorer) as well as node. 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, 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) ## Support