Skip to content

Commit

Permalink
Merge branch '2.x' of https://github.com/joinfaces/joinfaces into fea…
Browse files Browse the repository at this point in the history
…ture/springBoot1.5.13
  • Loading branch information
larsgrefer committed May 10, 2018
2 parents bc4de10 + 6669aee commit 6f2452c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install: ./mvnw -B clean validate
script:
- ./mvnw -B -Pcheck-duplicate,check-checkstyle,check-cycles,check-cpd,check-pmd,check-findbugs -Dmaven.test.skip=true install
- ./mvnw -B --settings ignoreSnapshotsSettings.xml -Pignore-snapshot-repositories verify

after_success:
- bash <(curl -s https://codecov.io/bash)
- ./mvnw -B --settings ignoreSnapshotsSettings.xml -Pignore-snapshot-repositories org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report
- "[[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && ./mvnw -B org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report"

0 comments on commit 6f2452c

Please sign in to comment.