blob: 00ee6db350956434ae186b1ae1a845d832dd58bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
notifications:
email:
on_success: changed
on_failure: always
irc:
channels: "chat.freenode.net#themanaworld-dev"
on_success: always
on_failure: always
use_notice: true
sudo: false
addons:
apt:
packages:
- libxml2-utils
install:
- pushd ..
- git clone --depth 1 git://github.com/themanaworld/tmw-tools.git tools
- popd
script:
- make check
|