Change travis script back to how it was. To avoid compiler error from old clang version.

cherry-pick-74612b12
nighthawk469 3 years ago
parent 8edef1692f
commit 9cadfbb6cd

@ -22,9 +22,9 @@ addons:
]
matrix:
include:
- name: OpenMW (all) on MacOS 10.15 with Xcode 10.2
- name: OpenMW (all) on MacOS 10.15 with Xcode 11.6
os: osx
osx_image: xcode10.2
osx_image: xcode11.6
- name: OpenMW (all) on Ubuntu Focal with GCC
os: linux
dist: focal

Loading…
Cancel
Save