blob: 07a8042dc50c44558e2055300f8de5f5694520b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
notifications:
email:
on_success: changed
on_failure: always
irc:
channels: "chat.freenode.net#themanaworld-dev"
on_success: always
on_failure: always
use_notice: true
install:
- pushd ..
- git clone --depth 1 git://github.com/themanaworld/tmw-tools.git tools
- popd
script:
- make check
|