mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Increase travis timeout
This commit is contained in:
parent
dc736f4f70
commit
d15080e06a
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ cache:
|
|||
- source
|
||||
- feeds
|
||||
script:
|
||||
- sh build.sh -j4
|
||||
- OMR_TARGET="x86_64" travis_wait 240 sh build.sh -j4
|
||||
- OMR_TARGET="rpi3" OMR_KEEPBIN="yes" travis_wait 240 sh build.sh -j4
|
||||
before_deploy:
|
||||
- openssl aes-256-cbc -K $encrypted_fb4fbc400178_key -iv $encrypted_fb4fbc400178_iv -in deploy_rsa.enc -out /tmp/deploy_rsa -d
|
||||
- eval "$(ssh-agent -s)"
|
||||
|
|
Loading…
Reference in a new issue