Merge pull request #75 from C0derLint/travis

Update .travis.yml
This commit is contained in:
Alex Hultman 2019-02-26 18:14:40 +01:00 committed by GitHub
commit 5252a6fc27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

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