Skip to content

Commit

Permalink
Remove unused block from Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
xxlabaza committed Mar 24, 2018
1 parent e21ed9e commit fcfe0a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -4,10 +4,6 @@ language: java
jdk:
- oraclejdk8

before_install:
- echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import
- echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust

install:
mvn --settings .settings.xml install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip -B -V

Expand Down

0 comments on commit fcfe0a5

Please sign in to comment.