Skip to content

Commit

Permalink
Fix Travis ci osx (crystal-lang#3999)
Browse files Browse the repository at this point in the history
libevent is now installed by default on travis, remove it from the brew install
command.
  • Loading branch information
RX14 authored and bcardiff committed Feb 4, 2017
1 parent d45fbff commit e5189cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ci
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ prepare_build() {

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

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

with_build_env() {
Expand Down

0 comments on commit e5189cf

Please sign in to comment.