Skip to content

Commit

Permalink
trying with travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
robcast committed Feb 20, 2019
1 parent c16a254 commit f2728fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ script:
- mkdir -p target/site/maven-repo
- cp -rp digilib-repo/maven-repo/* target/site/maven-repo/
# build digilib using maven
- mvn -DskipTests=false javadoc:aggregate deploy -DaltDeploymentRepository=repo::default::file:target/site/maven-repo -B
- mvn -DskipTests=false deploy -DaltDeploymentRepository=repo::default::file:target/site/maven-repo -B
deploy:
# deploy WAR from tagged commits as github release
- provider: releases
Expand Down

0 comments on commit f2728fd

Please sign in to comment.