ci: test on osx
parent
235a790156
commit
81009918cf
13
.travis.yml
13
.travis.yml
|
@ -5,6 +5,19 @@ php:
|
||||||
- 7.1
|
- 7.1
|
||||||
- 7.2
|
- 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:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
submodules: false
|
submodules: false
|
||||||
|
|
Loading…
Reference in New Issue