OvercastNetwork / ProjectAres

Bukkit/Bungee plugins from the former Overcast/Lifeboat PC network, including PGM
GNU Affero General Public License v3.0
174 stars 72 forks source link

Added .travis.yml for automated tests #15

Closed freundTech closed 6 years ago

freundTech commented 7 years ago

This commit allows running automated tests on this repository using travis-ci.org (Free for open source projects)

In addition to accepting this PR someone with admin access to this repository has to log in to travis using his GitHub account and enable automated builds for this repo.

EDIT: I just noticed that you are already doing builds using Jenkins, but adding this would still be a good idea, as

  1. The result displays right next to the commit on github
  2. It automatically tests PRs
  3. It's easy for forks to set it up
  4. It can test with multiple java versions (in this case openjdk8 and oraclejdk8)