Sfoglia il codice sorgente

travis: Use more recent cmake on macOS

MerryMage 8 anni fa
parent
commit
153205edbb
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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