aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 652c61a68830edf7d258ee9e3896040081e19e07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: c
notifications:
 irc:
  channels: "anathema.us.nu#anathema"
  use_notice: true
  skip_join: true
compiler:
 - clang
 - gcc
before_install:
 - sudo apt-get update -qq
script:
 - make