From 153205edbba942447d1ac038d2599cab8ad598e8 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Tue, 16 Jan 2018 18:02:08 +0000 Subject: [PATCH] travis: Use more recent cmake on macOS --- .travis/macos/deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/macos/deps.sh b/.travis/macos/deps.sh index b46482bbec..3cd13a39b6 100755 --- a/.travis/macos/deps.sh +++ b/.travis/macos/deps.sh @@ -2,3 +2,4 @@ brew update brew install dylibbundler p7zip qt5 sdl2 +brew outdated cmake || brew upgrade cmake