Update .travis.yml
This commit is contained in:
parent
5648177de8
commit
0faa11f2f2
|
@ -5,3 +5,8 @@ script:
|
||||||
- git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
|
- git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
|
||||||
- cd uWebSockets.js
|
- cd uWebSockets.js
|
||||||
- make
|
- make
|
||||||
|
- git checkout binaries
|
||||||
|
- cp dist/*.node .
|
||||||
|
- git status
|
||||||
|
- git commit -a -m "[TravisCI] Updated macOS binaries"
|
||||||
|
- git push "https://alexhultman:$SECRET@github.com/uNetworking/uWebSockets.js" binaries
|
||||||
|
|
Loading…
Reference in New Issue