mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-28 08:36:49 +00:00
Revert the travis testing changes
This commit is contained in:
parent
7407bbdac9
commit
40eb8b65c7
1 changed files with 6 additions and 7 deletions
13
.travis.yml
13
.travis.yml
|
@ -5,7 +5,6 @@ language: cpp
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- osg
|
|
||||||
- coverity_scan
|
- coverity_scan
|
||||||
- /openmw-.*$/
|
- /openmw-.*$/
|
||||||
env:
|
env:
|
||||||
|
@ -49,9 +48,9 @@ notifications:
|
||||||
email:
|
email:
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
#irc:
|
irc:
|
||||||
# channels:
|
channels:
|
||||||
# - "chat.freenode.net#openmw"
|
- "chat.freenode.net#openmw"
|
||||||
# on_success: change
|
on_success: change
|
||||||
# on_failure: always
|
on_failure: always
|
||||||
# use_notice: true
|
use_notice: true
|
||||||
|
|
Loading…
Reference in a new issue