From 3234d65b1e587a357e651fb84d6e1bbd6963733f Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 12 Dec 2019 09:30:13 +0100 Subject: [PATCH] ci: travis: merge two if clauses A left-over from the various works in this file. All of these commands are under the same conditions. Signed-off-by: Stefan Schmidt Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D10864 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1b77b81bc2..15a5aeb93c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,9 +91,6 @@ before_script: - | if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$DISTRO" != "" ]]; then docker pull stefanschmidt1/ci-support-files:$DISTRO - fi - - | - if [[ "$TRAVIS_OS_NAME" == "linux" ]] ; then docker version docker run --cidfile $HOME/cid -t -d -v `pwd`:/src -v $HOME/.ccache:/root/.ccache -w /src stefanschmidt1/ci-support-files:$DISTRO bash fi