Преглед изворни кода

travis: Use more recent cmake on macOS

MerryMage пре 8 година
родитељ
комит
153205edbb
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .travis/macos/deps.sh

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

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