mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 05:11:01 +00:00
travis: matrix is not correct
This commit is contained in:
parent
fc1d71454b
commit
7122908560
1 changed files with 3 additions and 5 deletions
|
@ -2,11 +2,9 @@ language: c
|
|||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: CFLAGS=Wno-absolute-value -Werror
|
||||
- osx
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
|
|
Loading…
Reference in a new issue