File: .travis.yml

package info (click to toggle)
http-parser 2.9.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,296 kB
  • sloc: ansic: 6,623; makefile: 130
file content (13 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (28)
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"