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 7af682b commit fde2238Copy full SHA for fde2238
.travis.yml
@@ -3,6 +3,9 @@ language: java
3
before_script:
4
- chmod 777 ./tests/travis/setup_arangodb.sh
5
- ./tests/travis/setup_arangodb.sh
6
+
7
+after_script:
8
+ - killall -9 arangod
9
10
install: mvn install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B -V
11
tests/travis/setup_arangodb.sh
@@ -36,10 +36,6 @@ ${ARANGOD} \
36
--javascript.startup-directory ${ARANGODB_DIR}/js \
37
--server.authentication=true &
38
39
-ARANGOD_PID="$!"
40
-echo "pid is $ARANGOD_PID"
41
-trap "echo 'shutting down arangod'; kill -TERM $ARANGOD_PID; sleep 5" exit TERM HUP INT
42
-
43
sleep 2
44
45
echo "Check for arangod process"
0 commit comments