Skip to content
Snippets Groups Projects
Commit 3908e742 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1609 from MikeMcQuaid/travis-ci-again

travis.yml: enable macOS builds again.
parents bc9d3afd 94580a6c
No related branches found
No related tags found
No related merge requests found
language: ruby
rvm: 2.0.0
os: linux
matrix:
include:
- os: osx
osx_image: xcode8.0
rvm: system
- os: linux
rvm: 2.0.0
before_install:
- export HOMEBREW_DEVELOPER=1
- export PATH="bin:$PATH"
- umask 022
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
HOMEBREW_REPOSITORY="$(brew --repo)";
sudo rm -rf "$HOMEBREW_REPOSITORY";
ln -s "$PWD" "$HOMEBREW_REPOSITORY";
else
export PATH="$PWD/bin:$PATH";
umask 022;
fi
script:
- brew test-bot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment