1
0
Fork 0

ci: test on osx

pull/517/head
Felix Becker 2017-11-05 01:42:01 -07:00
parent 235a790156
commit 81009918cf
1 changed files with 13 additions and 0 deletions

View File

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