From 95c7d74a2b13bc65e7415c114ee8da00aa9ae4a9 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 16 Jun 2019 20:35:16 -0700 Subject: [PATCH] moved prep script back to script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3db6bce..f8a37b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ install: - pip3 install -r requirements.txt before_script: - bash ./ci/check_code.sh - - python3 ./ci/ci_test_prepare.py & script: + - python3 ./ci/ci_test_prepare.py & - python3 ./ci/ci_test.py after_script: - bash ./ci/ci_commit.shs