Logo white

Peter M. Groen / openbr

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • openbr
  • 3rdparty
  • http-parser-2.1
  • .travis.yml
  • added http-parser
    e52c11d1
    Josh Klontz authored
    2013-03-31 23:18:11 -0400  
    Browse Code ยป
.travis.yml 130 Bytes
Edit Raw Blame History
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#libuv"