From 47119e285dfb4f2486a471f9b8c8714952acefea Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 31 Aug 2020 15:04:16 +0300 Subject: stress_test.sh: move to test/ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 163a334..da019f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ script: - "$HOME/install/bin/math-server-unit-tests" - "$HOME/install/bin/math-server-benchmarks" - - ../.ci/stress_test.sh + - ../test/stress_test.sh jobs: fast_finish: true -- cgit v1.2.3