summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: Remove Java 7 buildFlorian Zschocke2022-02-061-1/+0
|
* Travis: Build and test on JDK 7, 8 and 11.Florian Zschocke2019-11-061-0/+6
| | | | | This uses the Trusty (14.04) image since that in the only one where all three JDKs are available.
* Add definition file for Travis CIFlorian Zschocke2017-01-021-0/+2
Add the most basic build definition file for Travis CI. It only defines the project language as Java. For the rest the defaults are kept as Travis seems to work fine with them. We add `.travis.yml` as a dotfile in order not to clutter the top directory with too much non-project files.