1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-20 21:11:33 +00:00

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

This commit is contained in:
nighthawk469 2021-04-25 13:26:50 +00:00
parent 8edef1692f
commit 9cadfbb6cd

View file

@ -22,9 +22,9 @@ addons:
] ]
matrix: matrix:
include: 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 os: osx
osx_image: xcode10.2 osx_image: xcode11.6
- name: OpenMW (all) on Ubuntu Focal with GCC - name: OpenMW (all) on Ubuntu Focal with GCC
os: linux os: linux
dist: focal dist: focal