summaryrefslogblamecommitdiff
path: root/.travis.yml
blob: 8c8e7e66f3c34679e2e7166985ce9c902651d3c9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11




                           





                                                    
language: c
compiler:
  - gcc
  - clang
# Change this to your needs
script: ./configure --enable-debug && make

# Disallow 'rathena' branch to be compiled by Travis
branches:
  only:
    - master