diff --git a/.travis.yml b/.travis.yml index ce48972..a3dfa2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,5 @@ before_install: script: - sleep 3 - - curl https://cht.sh - curl http://localhost:8002 - CHTSH_URL=http://localhost:8002 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh diff --git a/tests/run-tests.sh b/tests/run-tests.sh index e8dce94..488f67c 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -48,7 +48,7 @@ failed=0 while read -r number test_line; do - echo -e "\e[94mRunning $number: \e[96m$test_line\e[0m" + echo -e "\e[34mRunning $number: \e[36m$test_line\e[0m" if [ "$skip_online" = YES ]; then if [[ $test_line = *\[online\]* ]]; then echo "$number is [online]; skipping"