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