Update .travis.yml

This commit is contained in:
Lint 2019-02-24 18:32:24 +05:30 committed by GitHub
parent 95eb8f5d59
commit 56392b056b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@ language: cpp
os: osx
compiler: clang
script:
- git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
- cd uWebSockets.js
- 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
- git clone --recursive https://github.com/uNetworking/uWebSockets.js.git
- cd uWebSockets.js
- make
- git checkout binaries
- cp dist/*.node .
- git status
- git commit -a -m "[TravisCI] Updated macOS binaries" --allow-empty
- git push "https://alexhultman:$SECRET@github.com/uNetworking/uWebSockets.js" binaries