Skip to content

Commit 1245f78

Browse files
authored
Merge pull request chubin#254 from chubin/travis-cleanup
Clean up Travis files
2 parents 78aab55 + c0f6f17 commit 1245f78

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

.travis.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ What features should it have?
1717

1818
Such a thing exists.
1919

20-
[![Build Status](https://travis-ci.org/chubin/cheat.sh.svg?branch=master)](https://travis-ci.org/chubin/cheat.sh)
2120

2221
## Features
2322

tests/run-tests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ while read -r number test_line; do
9090
if [ "$show_details" = YES ]; then
9191
cat "$TMP2"
9292
fi
93-
if grep -q "Internal Server Error" "$TMP2"; then
94-
[[ $TRAVIS == true ]] && docker logs chtsh
95-
fi
9693
echo "FAILED: [$number] $test_line"
9794
else
9895
cat "$TMP" > results/"$number"

0 commit comments

Comments
 (0)