Skip to content

Commit

Permalink
removed maven wrapper from travis (#514)
Browse files Browse the repository at this point in the history
* removed maven wrapper from travis

* removed .mvn folder
  • Loading branch information
ic0ns authored Sep 26, 2018
1 parent 550e7d7 commit 626a7ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
1 change: 0 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties

This file was deleted.

5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ language: java

sudo: false

before_install:
- chmod +x mvnw

script: ./mvnw clean package -Dmaven.javadoc.skip=true
script: mvn clean package -Dmaven.javadoc.skip=true

jdk:
- oraclejdk8
Expand Down

0 comments on commit 626a7ee

Please sign in to comment.