Thanks to visit codestin.com Credit goes to github.com
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 7207ad2 commit 4ff3ccbCopy full SHA for 4ff3ccb
.travis.yml
@@ -3,9 +3,13 @@ language: java
3
jdk:
4
- oraclejdk8
5
6
+addons:
7
+ apt:
8
+ packages:
9
+ - oracle-java8-installer
10
+
11
install:
12
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
- - sudo apt-get update && sudo apt-get install oracle-java8-installer
13
14
script:
15
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.0.1.deb && sudo dpkg -i --force-confnew elasticsearch-5.0.1.deb
0 commit comments