Skip to content

Commit

Permalink
fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Feb 10, 2017
1 parent 7af682b commit fde2238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ language: java
before_script:
- chmod 777 ./tests/travis/setup_arangodb.sh
- ./tests/travis/setup_arangodb.sh

after_script:
- killall -9 arangod

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

Expand Down
4 changes: 0 additions & 4 deletions tests/travis/setup_arangodb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ ${ARANGOD} \
--javascript.startup-directory ${ARANGODB_DIR}/js \
--server.authentication=true &

ARANGOD_PID="$!"
echo "pid is $ARANGOD_PID"
trap "echo 'shutting down arangod'; kill -TERM $ARANGOD_PID; sleep 5" exit TERM HUP INT

sleep 2

echo "Check for arangod process"
Expand Down

0 comments on commit fde2238

Please sign in to comment.