capnp: remove make check

Per https://github.com/Homebrew/homebrew-core/issues/5435#issuecomment-264576618

Closes #5773.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Alex Dunn 2016-12-02 15:02:47 -08:00 committed by Mike McQuaid
parent 3dc2593ece
commit 48549a421a

View file

@ -34,7 +34,6 @@ class Capnp < Formula
mkdir "build" do
system "cmake", "..", *std_cmake_args
system "make", "check"
system "make", "install"
end
end