From 2b875196d80f72e9d981bcfccdb93d002ff0a5bd Mon Sep 17 00:00:00 2001 From: Artem Pikulin Date: Thu, 5 Jul 2018 13:00:32 +0700 Subject: [PATCH] Try to update cmake on Mac travis. --- travis_cmake_mac.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis_cmake_mac.sh b/travis_cmake_mac.sh index b2ed5d4d3..ede85cd12 100644 --- a/travis_cmake_mac.sh +++ b/travis_cmake_mac.sh @@ -1,2 +1,3 @@ #!/bin/bash -ls /Applications \ No newline at end of file +sudo find / | grep cmake +sysctl -n hw.physicalcpu \ No newline at end of file