Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: Remove Java 7 build | Florian Zschocke | 2022-02-06 | 1 | -1/+0 |
| | |||||
* | Travis: Build and test on JDK 7, 8 and 11. | Florian Zschocke | 2019-11-06 | 1 | -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 CI | Florian Zschocke | 2017-01-02 | 1 | -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. |