Skip to content

Commit

Permalink
Removing Maven install command as GPG signing has not been setup on T…
Browse files Browse the repository at this point in the history
…ravis
  • Loading branch information
AshwinJay committed Feb 25, 2018
1 parent ef4eb4c commit bf25399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jdk:
cache:
directories:
- "$HOME/.m2"
install:
- mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -e -B
install:
- true
after_success:
- bash <(curl -s https://codecov.io/bash)
script:
Expand Down

0 comments on commit bf25399

Please sign in to comment.