Skip to content

Commit

Permalink
changed travis ci configuration, added parameter to skip maven gpg pl…
Browse files Browse the repository at this point in the history
…ugin.
  • Loading branch information
JuKu committed Oct 11, 2018
1 parent 261f349 commit 096661f
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 @@ -19,10 +19,10 @@ addons:
#jukusoft, juku-github

script:
- mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true -B -V
# - mvn clean verify
# - mvn clean install
- mvn -e clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Dsonar.login=${SONAR_TOKEN}
- mvn -e clean org.jacoco:jacoco-maven-plugin:prepare-agent install -Dgpg.skip=true sonar:sonar -Dsonar.login=${SONAR_TOKEN}
# - mvn cobertura:cobertura
- curl -X POST https://api.poeditor.com/v2/projects/upload -F api_token="${POEDITOR_API_TOKEN}" -F id="214535" -F updating="terms" -F language="en" -F file=@"lang/messages.pot"

Expand Down

0 comments on commit 096661f

Please sign in to comment.