From 3aebdaa3048f12de7cc7b8ea2c0efa4cd236fb56 Mon Sep 17 00:00:00 2001
From: Artem Pikulin <ortgma@gmail.com>
Date: Thu, 5 Jul 2018 12:53:50 +0700
Subject: [PATCH] Try to update cmake on Mac travis.

---
 travis_cmake_linux.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/travis_cmake_linux.sh b/travis_cmake_linux.sh
index f11b08e4d..b2ed5d4d3 100644
--- a/travis_cmake_linux.sh
+++ b/travis_cmake_linux.sh
@@ -1,5 +1,2 @@
 #!/bin/bash
-sudo rm -rf /usr/local/cmake-3.9.2 && sudo rm -rf /usr/local/cmake
-wget https://cmake.org/files/v3.12/cmake-3.12.0-rc2-Linux-x86_64.sh
-chmod +x cmake-3.12.0-rc2-Linux-x86_64.sh
-sudo ./cmake-3.12.0-rc2-Linux-x86_64.sh --skip-license --exclude-subdir --prefix=/usr/local
\ No newline at end of file
+ls /Applications
\ No newline at end of file