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 cbc48f2 commit 6db1e36Copy full SHA for 6db1e36
.travis.yml
@@ -4,6 +4,9 @@ before_script:
4
- chmod 777 ./tests/travis/setup_arangodb.sh
5
- ./tests/travis/setup_arangodb.sh
6
7
+after_script:
8
+ - killall -9 arangod_x86_64
9
+
10
install: mvn install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B -V
11
12
jdk:
0 commit comments