Skip to content

Commit d585459

Browse files
author
Brian J. Cardiff
committedMar 17, 2017
CI: fix osx build
* Avoid installing pcre * Add Sierra to the osx builds
1 parent d9abe28 commit d585459

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ matrix:
1010
- env: ARCH=x86_64 ARCH_CMD=linux64 DEPLOY=true
1111
os: linux
1212
- os: osx
13+
- os: osx
14+
osx_image: xcode8.2
1315
before_install:
1416
- bin/ci prepare_system
1517
install:

‎bin/ci

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ prepare_build() {
149149

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

152-
on_osx brew install llvm pcre crystal-lang
152+
on_osx brew install llvm crystal-lang
153153
}
154154

155155
with_build_env() {

0 commit comments

Comments
 (0)