summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 8918f02daa7b54d376cd1bbf85575f913f5fcef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: c
compiler:
  - gcc

script:
  - cmake CMakeLists.txt
  - make -j3

notifications:
  email: false
  
  irc: 
    channels:
      - "chat.freenode.net#InsertProjectNameHere"
    on_success: always
    on_failure: always