Skip to content

Commit b03b9a2

Browse files
authored
ci(travis): run on OSX (#517)
1 parent 41e8488 commit b03b9a2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ php:
44
- '7.0'
55
- '7.2'
66

7+
matrix:
8+
include:
9+
- os: osx
10+
osx_image: xcode9.1
11+
language: generic
12+
before_install:
13+
# Fix ruby error https://github.com/Homebrew/brew/issues/3299
14+
- brew update
15+
- brew tap homebrew/homebrew-php
16+
- brew install php71
17+
- brew install homebrew/php/php71-xdebug
18+
- curl https://getcomposer.org/installer | php
19+
- ln -s "`pwd`/composer.phar" /usr/local/bin/composer
20+
721
git:
822
depth: 10
923
submodules: false

0 commit comments

Comments
 (0)