mirror of
https://github.com/chubin/cheat.sh.git
synced 2024-11-29 23:36:40 +03:00
Travis doesn't support bright colors, use 8 colors palette
And remove temporary `curl cht.sh` call
This commit is contained in:
parent
c0bbc245df
commit
4610690ec3
@ -10,6 +10,5 @@ before_install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- sleep 3
|
- sleep 3
|
||||||
- curl https://cht.sh
|
|
||||||
- curl http://localhost:8002
|
- curl http://localhost:8002
|
||||||
- CHTSH_URL=http://localhost:8002 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh
|
- CHTSH_URL=http://localhost:8002 CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh
|
||||||
|
@ -48,7 +48,7 @@ failed=0
|
|||||||
|
|
||||||
|
|
||||||
while read -r number test_line; do
|
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 [ "$skip_online" = YES ]; then
|
||||||
if [[ $test_line = *\[online\]* ]]; then
|
if [[ $test_line = *\[online\]* ]]; then
|
||||||
echo "$number is [online]; skipping"
|
echo "$number is [online]; skipping"
|
||||||
|
Loading…
Reference in New Issue
Block a user