ci(travis): run on OSX (#517)
parent
41e84880b3
commit
b03b9a239c
14
.travis.yml
14
.travis.yml
|
@ -4,6 +4,20 @@ php:
|
||||||
- '7.0'
|
- '7.0'
|
||||||
- '7.2'
|
- '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:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
submodules: false
|
submodules: false
|
||||||
|
|
Loading…
Reference in New Issue