From 1a5aa6408fbde30d1df2c0e1f0e388b0b177b8ed Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Wed, 29 Jul 2020 23:21:47 +0300 Subject: [PATCH] Turn off standalone mode to run tests against remote server --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c4aa379..a3dfa2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ before_install: script: - sleep 3 - curl http://localhost:8002 - - CHTSH_URL=http://localhost:8002 bash tests/run-tests.sh + - CHTSH_URL=http://localhost:8002 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh