Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a foss-boot-parent based on Spring Boot #86

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ env: JOB_URL=http://jenkins.example.com/ci/
jdk:
- oraclejdk7
- oraclejdk8
install: "mvn --activate-profiles foss-parent-verification --show-version --errors --batch-mode validate dependency:go-offline"
script: "mvn --activate-profiles foss-parent-verification --show-version --errors --batch-mode -Dversions.skip=true clean verify site"
install:
- "mvn -N io.takari:maven:wrapper -Dmaven=3.3.3"
- "./mvnw --activate-profiles foss-parent-verification --show-version --errors --batch-mode validate dependency:go-offline"
script: "./mvnw --activate-profiles foss-parent-verification --show-version --errors --batch-mode -Dversions.skip=true clean verify site"
cache:
directories:
- $HOME/.m2
Expand Down
Loading