mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 02:06:42 +00:00
Merge pull request #2735 from OpenMW/psi29a-Bionic-name
Xenial -> Bionic name change
This commit is contained in:
commit
8779d261ba
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -41,19 +41,19 @@ matrix:
|
|||
os: osx
|
||||
osx_image: xcode10.2
|
||||
if: branch != coverity_scan
|
||||
- name: OpenMW (all) on Ubuntu Xenial GCC-7
|
||||
- name: OpenMW (all) on Ubuntu Bionic GCC-7
|
||||
os: linux
|
||||
dist: bionic
|
||||
sudo: required
|
||||
if: branch != coverity_scan
|
||||
- name: OpenMW (all) on Ubuntu Xenial GCC-9
|
||||
- name: OpenMW (all) on Ubuntu Bionic GCC-9
|
||||
os: linux
|
||||
dist: bionic
|
||||
sudo: required
|
||||
env:
|
||||
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
|
||||
if: branch != coverity_scan
|
||||
- name: OpenMW (openmw) on Ubuntu Xenial Clang-6 with Static Analysis
|
||||
- name: OpenMW (openmw) on Ubuntu Bionic Clang-6 with Static Analysis
|
||||
os: linux
|
||||
dist: bionic
|
||||
sudo: required
|
||||
|
@ -63,7 +63,7 @@ matrix:
|
|||
- BUILD_OPENMW_CS="OFF"
|
||||
if: branch != coverity_scan
|
||||
compiler: clang
|
||||
- name: OpenMW (openmw-cs) on Ubuntu Xenial Clang-6 with Static Analysis
|
||||
- name: OpenMW (openmw-cs) on Ubuntu Bionic Clang-6 with Static Analysis
|
||||
os: linux
|
||||
dist: bionic
|
||||
sudo: required
|
||||
|
@ -79,7 +79,7 @@ matrix:
|
|||
sudo: required
|
||||
if: branch = coverity_scan
|
||||
# allow_failures:
|
||||
# - name: OpenMW (openmw) on Ubuntu Xenial Clang-6 with Static Analysis
|
||||
# - name: OpenMW (openmw) on Ubuntu Bionic Clang-6 with Static Analysis
|
||||
|
||||
before_install:
|
||||
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then eval "${MATRIX_EVAL}"; fi
|
||||
|
|
Loading…
Reference in a new issue