Skip to content

v4.0.0

Choose a tag to compare

@aullman aullman released this 19 Jun 07:02
· 44 commits to master since this release

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.