Skip to content

Commit fde2238

Browse files
author
Mark
committed
fixed travis
1 parent 7af682b commit fde2238

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ language: java
33
before_script:
44
- chmod 777 ./tests/travis/setup_arangodb.sh
55
- ./tests/travis/setup_arangodb.sh
6+
7+
after_script:
8+
- killall -9 arangod
69

710
install: mvn install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B -V
811

tests/travis/setup_arangodb.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ ${ARANGOD} \
3636
--javascript.startup-directory ${ARANGODB_DIR}/js \
3737
--server.authentication=true &
3838

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-
4339
sleep 2
4440

4541
echo "Check for arangod process"

0 commit comments

Comments
 (0)