1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 09:27:16 +03:00

avoid 10 min travis timeout

This commit is contained in:
Eugene Pankov 2019-06-07 17:43:53 +02:00
parent 093aa66797
commit 8c61b8a778

View File

@ -21,6 +21,7 @@ jobs:
- yarn run build:typings
- yarn run build
- scripts/prepackage-plugins.js
after_success:
- scripts/build-linux.js
- stage: 'Build'
@ -35,6 +36,7 @@ jobs:
- yarn run build:typings
- yarn run build
- scripts/prepackage-plugins.js
after_success:
- scripts/build-macos.js
- stage: 'Docs'