mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Make travis silent
This commit is contained in:
parent
02a625a1b3
commit
5d862d222e
2 changed files with 3 additions and 5 deletions
|
@ -4,7 +4,7 @@ compiler:
|
|||
- clang
|
||||
- i686-w64-mingw32-gcc
|
||||
|
||||
script: ./build-test.sh
|
||||
script: ./travis-ci-build.sh
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
|
@ -12,6 +12,4 @@ before_install:
|
|||
- sudo apt-get install -q -y libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
|
||||
|
||||
notifications:
|
||||
irc: "irc.freenode.org#ioquake3"
|
||||
on_success: change
|
||||
on_failure: always
|
||||
email: false
|
||||
|
|
Loading…
Reference in a new issue