Magically fix travis OSX compile

* Probably there was a trailing non-zero exit code that's not actually fatal,
  from homebrew commands. The echo hides that.
This commit is contained in:
baldurk
2018-10-23 12:57:11 +01:00
parent 830588a24e
commit fa6b5c5d09
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -3,5 +3,4 @@
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
echo "Building with $(nproc) jobs"
make -j2
+2
View File
@@ -4,3 +4,5 @@ brew update
brew install qt5
brew link qt5 --force
brew upgrade python
echo "Setup complete"