mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
travis: fixup spacing
This commit is contained in:
parent
dac8da80b9
commit
06021c3427
1 changed files with 4 additions and 4 deletions
|
@ -5,13 +5,13 @@ dist: trusty
|
|||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: CC=gcc
|
||||
env: CC=gcc
|
||||
- os: linux
|
||||
env: CC=clang
|
||||
env: CC=clang
|
||||
- os: osx
|
||||
env: CC=gcc
|
||||
env: CC=gcc
|
||||
- os: osx
|
||||
env: CC=clang
|
||||
env: CC=clang
|
||||
|
||||
cache:
|
||||
apt: true
|
||||
|
|
Loading…
Reference in a new issue