about summary refs log blame commit diff stats
path: root/.travis.yml
blob: e9daf2b48b95db207f2a9a99ecf731cf8303fe5c (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                          
language: c
sudo: false
before_install:
  - git clone https://chromium.googlesource.com/external/gyp.git tools/gyp
  - git clone git://github.com/libuv/libuv.git test/deps/libuv
branches:
  only:
    - master
script: make test