DamonOehlman / travis-multirunner

A simple configuration for running (limited) multibrowser tests on travis ci
8 stars 14 forks source link

Use sed to get the Safari Technology Preview version #29

Closed aullman closed 7 years ago

aullman commented 7 years ago

Also using sed to get the URL in a bit of a safer way. Looking for .dmg hrefs on the page with "macOS 10.12" mentioned.

Before the version was just hardcoded as 33 but now we're up to 35. So I'm pulling in the actual version from the download page so that it shows up in the log like so: https://travis-ci.org/aullman/travis-multirunner/jobs/253080937#L295