summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f23e4efffee256bee745fa1a8308e810bbca15cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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

install:
  - pushd ..
  - git clone --depth 1 git://github.com/themanaworld/tmw-tools.git tools
  - popd

script:
  - make check