summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 7dd473fa6a9560aae43406fe4e05021ffd917a2e (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
24
language: c
compiler:
  - clang
  - gcc
  
before_script:
  - uname -a  

script: 
  - ./configure --enable-debug
  - make -j3
  
notifications:
  email: false
  
  irc:
    channels:
      - "irc.rizon.net#Hercules"
      on_success: always
      on_failure: always

branches:
  only:
    - master