From 2833fa82d38e48b7b6e82bbc794eb9e6ae7c1555 Mon Sep 17 00:00:00 2001 From: Mike Heffner Date: Mon, 4 Nov 2019 17:55:10 -0500 Subject: [PATCH] Don't wait for builds. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 588c43e..2120811 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ script: after_success: - pip install copr-cli simplejson - openssl aes-256-cbc -K $encrypted_334267c9f3a5_key -iv $encrypted_334267c9f3a5_iv -in .copr.config.enc -out .copr.config -d - - if [ ! -z "${TRAVIS_TAG}" ]; then copr-cli --config .copr.config build -r ${OS_DIST}-${OS_VERSION}-${OS_ARCH} ${COPR_REPOSITORY} *.src.rpm; fi + - if [ ! -z "${TRAVIS_TAG}" ]; then copr-cli --config .copr.config build --nowait -r ${OS_DIST}-${OS_VERSION}-${OS_ARCH} ${COPR_REPOSITORY} *.src.rpm; fi