mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-06 03:14:39 +08:00
[*] add travis_wait
to build
This commit is contained in:
parent
d53b39f344
commit
fc2557051c
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ install:
|
||||||
- nvm use --delete-prefix $NODE_VERSION
|
- nvm use --delete-prefix $NODE_VERSION
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm install && npm run build-client
|
- travis_wait npm install && npm run build-client
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
Loading…
Add table
Reference in a new issue