Skip to content

Commit

Permalink
Also run tests on macOS.
Browse files Browse the repository at this point in the history
However, allow them to fail (or hang/timeout, if there aren't enough
macOS compute resources), so that our progress isn't blocked, since
Linux VMs are plentiful.
  • Loading branch information
mbrukman committed Jan 25, 2020
1 parent 1dfafd7 commit 2bf75ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,23 @@
# See the License for the specific language governing permissions and
# limitations under the License.

dist: bionic
sudo: false

language: generic

os:
- linux
- osx

branches:
only:
- master

matrix:
allow_failures:
- os: osx

fast_finish: true

script: make test

0 comments on commit 2bf75ec

Please sign in to comment.