Browse Source

travis: Use more recent cmake on macOS

MerryMage 8 năm trước cách đây
mục cha
commit
153205edbb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .travis/macos/deps.sh

+ 1 - 0
.travis/macos/deps.sh

@@ -2,3 +2,4 @@
 
 brew update
 brew install dylibbundler p7zip qt5 sdl2
+brew outdated cmake || brew upgrade cmake