Skip to content

Commit

Permalink
Run tests on Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 13, 2019
1 parent 7d357a7 commit cb9b774
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,15 @@ matrix:
dist: precise
- php: hhvm
install: composer require phpunit/phpunit:^5 --dev --no-interaction
- name: "Mac OS X"
os: osx
language: generic # no built-in php support
before_install:
- brew install php
- brew install composer
allow_failures:
- php: hhvm
- os: osx

sudo: false

Expand Down

0 comments on commit cb9b774

Please sign in to comment.