From d15080e06a0a8c80b0be4656780e8ed69ea59298 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Mon, 29 Jan 2018 19:23:39 +0100 Subject: [PATCH] Increase travis timeout --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6337e9cc..765c289e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)"