summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 15663ff3b99a03f0b4e56a87ec4904706a1174f5 (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:
      - "ircs://irc.libera.chat:6697/#themanaworld-dev"
    on_success: change
    on_failure: always

sudo: false

addons:
  apt:
    packages:
    - libxml2-utils

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

script:
  - make check