repo: Fix MacOS travis build
authorLenny Komow <lenny@lunarg.com>
Thu, 8 Nov 2018 18:01:56 +0000 (11:01 -0700)
committerLenny Komow <lenny@lunarg.com>
Thu, 8 Nov 2018 18:13:18 +0000 (11:13 -0700)
Travis changed its images to no longer have oclint installed by
default. This means we need to stop manually removing it.

Change-Id: I75790e7fb25815f509cbeb5ee6d5e1902cbc8a98

.travis.yml

index 1d353f33bae727b614cfd3d70dc6e01787818229..6a49c5f50b3680e78c0153d4764719f862d2b7ef 100644 (file)
@@ -52,8 +52,6 @@ before_install:
     fi
   - |
     if [[ "$VULKAN_BUILD_TARGET" == "MACOS" ]]; then
-      # We need to uninstall oclint or we get a gcc conflict when upgrading python
-      brew cask uninstall oclint
       # We need to upgrade to a newer python
       brew upgrade python3
     fi