Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml « http_parser « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae85af020a8280c368f12a2cf635c03b60a25f27 (plain)
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"