mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 13:40:56 +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
|
- clang
|
||||||
- i686-w64-mingw32-gcc
|
- i686-w64-mingw32-gcc
|
||||||
|
|
||||||
script: ./build-test.sh
|
script: ./travis-ci-build.sh
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -qq
|
- 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
|
- sudo apt-get install -q -y libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "irc.freenode.org#ioquake3"
|
email: false
|
||||||
on_success: change
|
|
||||||
on_failure: always
|
|
||||||
|
|
Loading…
Reference in a new issue