diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5b3d06f --- /dev/null +++ b/.travis.yml @@ -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