Skip to content

Commit

Permalink
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion bin/ci
Original file line number Diff line number Diff line change
@@ -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() {

0 comments on commit d585459

Please sign in to comment.