Create .travis.yml
This commit is contained in:
parent
9f4bf9b8c5
commit
d8e96b54ee
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: cpp
|
||||
os: osx
|
||||
compiler: clang
|
||||
script:
|
||||
- git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
|
||||
- cd uWebSockets.js
|
||||
- make
|
Loading…
Reference in New Issue
Block a user