mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Fix .travis.yml indentation
This commit is contained in:
parent
28fa7c639f
commit
2dc7c5a7d0
1 changed files with 5 additions and 4 deletions
|
@ -30,7 +30,8 @@ addons:
|
||||||
coverity_scan:
|
coverity_scan:
|
||||||
project:
|
project:
|
||||||
name: "ioquake/ioq3"
|
name: "ioquake/ioq3"
|
||||||
description: "Build submitted via Travis CI"
|
description: "Build submitted via Travis CI"
|
||||||
build_command_prepend: "make clean"
|
notification_email: quake3-commits@icculus.org
|
||||||
build_command: "make release"
|
build_command_prepend: "make clean"
|
||||||
branch_pattern: master
|
build_command: "make release"
|
||||||
|
branch_pattern: master
|
||||||
|
|
Loading…
Reference in a new issue