Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Now travis shouldn't skip generating javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
nailujx86 committed Mar 18, 2018
1 parent a7677a1 commit 7e6e291
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jdk:
os:
- linux
if: tag IS blank
install:
- mvn install -DskipTests=true -B -V
before_deploy:
- export GIT_TAG=$TRAVIS_BRANCH-0.1.$TRAVIS_BUILD_NUMBER
- git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER."
Expand Down

0 comments on commit 7e6e291

Please sign in to comment.