1
0
Fork 0

ci(travis): run on OSX (#517)

pull/518/head
Felix Becker 2017-11-05 02:54:56 -08:00 committed by GitHub
parent 41e84880b3
commit b03b9a239c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -4,6 +4,20 @@ php:
- '7.0'
- '7.2'
matrix:
include:
- os: osx
osx_image: xcode9.1
language: generic
before_install:
# Fix ruby error https://github.com/Homebrew/brew/issues/3299
- brew update
- brew tap homebrew/homebrew-php
- brew install php71
- brew install homebrew/php/php71-xdebug
- curl https://getcomposer.org/installer | php
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
git:
depth: 10
submodules: false