- fixed Travis CI validation messages

root: missing os, using the default linux
root: key matrix is an alias for jobs, using jobs
This commit is contained in:
alexey.lysiuk 2020-02-02 11:28:55 +02:00
parent 2817bc5508
commit 260c3009a5

View file

@ -1,5 +1,6 @@
language: cpp language: cpp
dist: xenial dist: xenial
os: linux
branches: branches:
except: except:
@ -8,7 +9,7 @@ branches:
git: git:
depth: 10 depth: 10
matrix: jobs:
include: include:
- name: "Xcode 8" - name: "Xcode 8"
os: osx os: osx
@ -33,7 +34,6 @@ matrix:
- CMAKE_OPTIONS="-A x64" - CMAKE_OPTIONS="-A x64"
- name: "GCC 4.9" - name: "GCC 4.9"
os: linux
compiler: gcc compiler: gcc
env: env:
- GCC_VERSION=4.9 - GCC_VERSION=4.9
@ -46,7 +46,6 @@ matrix:
- libgtk2.0-dev - libgtk2.0-dev
- name: "GCC 6" - name: "GCC 6"
os: linux
compiler: gcc compiler: gcc
env: env:
- GCC_VERSION=6 - GCC_VERSION=6
@ -61,7 +60,6 @@ matrix:
- libgtk2.0-dev - libgtk2.0-dev
- name: "GCC 8" - name: "GCC 8"
os: linux
compiler: gcc compiler: gcc
env: env:
- GCC_VERSION=8 - GCC_VERSION=8
@ -76,7 +74,6 @@ matrix:
- libgtk-3-dev - libgtk-3-dev
- name: "GCC 9" - name: "GCC 9"
os: linux
compiler: gcc compiler: gcc
env: env:
- GCC_VERSION=9 - GCC_VERSION=9
@ -90,7 +87,6 @@ matrix:
- libsdl2-dev - libsdl2-dev
- name: "Clang 3.6" - name: "Clang 3.6"
os: linux
compiler: clang compiler: clang
env: env:
- CLANG_VERSION=3.6 - CLANG_VERSION=3.6