1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

Clean up Travis files

This commit is contained in:
Anatoli Babenia
2020-11-13 16:04:06 +03:00
parent 78aab551ad
commit c0f6f17623
3 changed files with 0 additions and 21 deletions
-17
View File
@@ -1,17 +0,0 @@
dist: focal
language:
- generic
before_install:
- docker-compose build
- docker images
- docker-compose -f docker-compose.yml up -d
#- docker-compose -f docker-compose.yml -f docker-compose.debug.yml up -d
- docker-compose ps
# wait until the web server is up
- wget --timeout 3 --tries=5 --spider localhost:8002 2>&1 | grep -i http
- docker-compose logs --no-color
script:
- CHEATSH_TEST_STANDALONE=NO bash tests/run-tests.sh
-1
View File
@@ -17,7 +17,6 @@ What features should it have?
Such a thing exists.
[![Build Status](https://travis-ci.org/chubin/cheat.sh.svg?branch=master)](https://travis-ci.org/chubin/cheat.sh)
## Features
-3
View File
@@ -90,9 +90,6 @@ while read -r number test_line; do
if [ "$show_details" = YES ]; then
cat "$TMP2"
fi
if grep -q "Internal Server Error" "$TMP2"; then
[[ $TRAVIS == true ]] && docker logs chtsh
fi
echo "FAILED: [$number] $test_line"
else
cat "$TMP" > results/"$number"