summary refs log tree commit diff
path: root/http-parser/.travis.yml
blob: 4b038e6e62d638dce7cdaeb73c80d9b931b7f565 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: c

compiler:
  - clang
  - gcc

script:
  - "make"

notifications:
  email: false
  irc:
    - "irc.freenode.net#node-ci"