magicDGS / popgenlib

Population Genetics Java Library
MIT License
0 stars 0 forks source link

Add travis test for javadoc generation #13

Closed magicDGS closed 7 years ago

magicDGS commented 7 years ago

Because popgenlib is a library that at some point will have a javadoc stored somewhere, we should be sure that our javadoc is not broken.

Ideally, we should have two tests in travis independent of each other to make simpler the review:

  1. Build and test the library.
  2. javadoc generation.

Or maybe even separate the build and the test, to make even simpler the review.

magicDGS commented 7 years ago

Closed by #14