summaryrefslogblamecommitdiff
path: root/.travis.yml
blob: 0fcffcdf32140d6bbd83fcba9fe6bf20bd9c2ed6 (plain) (tree)
1
2
3
4
5
6
7



                       
 

           




                   






                                                                         
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