blob: e9daf2b48b95db207f2a9a99ecf731cf8303fe5c (
plain) (
tree)
|
|
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
|