From 0542f5fed2a53b437490ff976f3c2ba0e6a414b2 Mon Sep 17 00:00:00 2001
From: Pr0methean <4961925+Pr0methean@users.noreply.github.com>
Date: Sat, 16 Jun 2018 00:01:50 -0700
Subject: [PATCH] Revert "Try ignoring apparently-spurious exit status"

This reverts commit a2f2418c76fb374c0a3d2351fe12a99f17028940.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8f06fc7a..ab39224f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -241,7 +241,7 @@ before_install:
         brew update
         brew outdated boost || brew upgrade boost
         brew outdated cmake || brew upgrade cmake
-        brew install lcov opencv || true # Spuriously exits with code 1 even when successful
+        brew install lcov opencv
       fi
     - gem install coveralls-lcov
     - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
-- 
GitLab