Skip to content

Commit fc8288b

Browse files
committed
Force kill ArangoDB at the end of Travis CI builds
1 parent 63304d2 commit fc8288b

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ install:
1414
- python setup.py install
1515
script:
1616
- py.test --cov-report= --cov=arango tests/
17-
# after_success:
18-
# - coveralls
17+
after_success:
18+
- coveralls
19+
- pkill -9 -f arango

scripts/setup_arangodb.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,4 @@ fi
4848
echo "Waiting until ArangoDB is ready on port 8529"
4949
sleep 10
5050

51-
52-
if [[ n -eq timeout ]];
53-
then
54-
echo "Could not start ArangoDB. Timeout reached."
55-
exit 1
56-
fi
57-
58-
5951
echo "ArangoDB is up"

0 commit comments

Comments
 (0)