Skip to content

Commit

Permalink
CI: fix osx build
Browse files Browse the repository at this point in the history
* Avoid installing pcre
* Add Sierra to the osx builds
  • Loading branch information
Brian J. Cardiff committed Mar 17, 2017
1 parent d9abe28 commit d585459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,8 @@ matrix:
- env: ARCH=x86_64 ARCH_CMD=linux64 DEPLOY=true
os: linux
- os: osx
- os: osx
osx_image: xcode8.2
before_install:
- bin/ci prepare_system
install:
Expand Down
2 changes: 1 addition & 1 deletion bin/ci
Expand Up @@ -149,7 +149,7 @@ prepare_build() {

on_linux docker pull "jhass/crystal-build-$ARCH"

on_osx brew install llvm pcre crystal-lang
on_osx brew install llvm crystal-lang
}

with_build_env() {
Expand Down

0 comments on commit d585459

Please sign in to comment.