v4.0.0
Add support for testing in Safari #23
In order to test in Safari you will need to update your .travis.yml file to specify an os along with the environment variables. Like so:
matrix:
include:
- os: osx
sudo: required
osx_image: xcode8.3
env: BROWSER=safari BVER=stable
- os: osx
sudo: required
osx_image: xcode8.3
env: BROWSER=safari BVER=unstable
See the template.yaml file for a full example.
You will also need to make sure that any scripts you are running also work on Mac OS.