We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63304d2 commit fc8288bCopy full SHA for fc8288b
.travis.yml
@@ -14,5 +14,6 @@ install:
14
- python setup.py install
15
script:
16
- py.test --cov-report= --cov=arango tests/
17
-# after_success:
18
-# - coveralls
+after_success:
+ - coveralls
19
+ - pkill -9 -f arango
scripts/setup_arangodb.sh
@@ -48,12 +48,4 @@ fi
48
echo "Waiting until ArangoDB is ready on port 8529"
49
sleep 10
50
51
-
52
-if [[ n -eq timeout ]];
53
-then
54
- echo "Could not start ArangoDB. Timeout reached."
55
- exit 1
56
-fi
57
58
59
echo "ArangoDB is up"
0 commit comments