summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0fcffcdf32140d6bbd83fcba9fe6bf20bd9c2ed6 (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

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