From 81009918cf42f176fcb1a85dfbb425c791cec723 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Sun, 5 Nov 2017 01:42:01 -0700 Subject: [PATCH] ci: test on osx --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.travis.yml b/.travis.yml index ffeef4a..a4a0965 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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