From 37ff006a9b3c8d84a8aae710b391d7286f347ef6 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 16 Jun 2019 20:14:08 -0700 Subject: [PATCH] putting flask script in nohup --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e0cf0d2..d596a0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: before_script: - bash ./ci/check_code.sh script: - - python3 ./ci/ci_test_prepare.py + - nohup python3 ./ci/ci_test_prepare.py & - python3 ./ci/ci_test.py after_script: - bash ./ci/ci_commit.shs