Create .travis.yml

This commit is contained in:
Alex Hultman 2019-02-10 03:39:24 +01:00 committed by GitHub
parent 9f4bf9b8c5
commit d8e96b54ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
.travis.yml Normal file
View 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