summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: d9a634f5fede80b6d8185aae14102cb8d1e879b6 (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
language: c
compiler:
  - clang
  - gcc

install:
  - ./travis.sh getplugins || true
  
before_script:
  - uname -a

script:
  - ./travis.sh build $CONFIGURE_FLAGS

env:
  - CONFIGURE_FLAGS="--enable-debug"
  
notifications:
  email: false
  
branches:
  except:
    - rathena