mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 10:33:56 +08:00
[*] remove travs_wait now bootstrap more verbose
This commit is contained in:
parent
3bbb76902f
commit
2e89d4f643
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:
|
||||||
- travis_wait npm install && npm run build-client
|
- npm install && npm run build-client
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
Loading…
Reference in a new issue