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 0f78a6e commit 2df2f3bCopy full SHA for 2df2f3b
.travis.yml
@@ -6,11 +6,6 @@ jdk:
6
matrix:
7
fast_finish: true
8
9
-before_install:
10
- - mkdir lib/
11
- - wget -P lib/ http://albertlatacz.published.s3.amazonaws.com/javarepl/javarepl.jar
12
- - mvn install:install-file -Dfile=lib/javarepl.jar -DgroupId=com.javarepl -DartifactId=javarepl -Dversion=1.0.1 -Dpackaging=jar
13
-
14
script:
15
- "mvn clean install"
16
0 commit comments