30 min timeout in Travis

This commit is contained in:
TC
2020-04-11 22:43:06 +02:00
parent 359360b058
commit c5021d5ca2

View File

@ -44,6 +44,8 @@ before_install:
- sh /tmp/rustup.sh -y
- export PATH="$HOME/.cargo/bin:$PATH"
- source "$HOME/.cargo/env"
# Install dependencies
- travis_wait 30 yarn --frozen-lockfile
branches:
except: