summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: e6e60500c5400a8cf371ca277d9614b51fe1f0e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: c
compiler:
  - clang
  - gcc
  
before_script:
  - uname -a  

script: 
  - ./configure --enable-debug && make sql -j3
  - make clean
  - ./configure --disable-renewal --enable-debug && make sql -j3
  
notifications:
  email: false
  
branches:
  except:
    - rathena