licel / jcardsim

https://jcardsim.org
224 stars 123 forks source link

Continuous integration #63

Open slomo opened 9 years ago

slomo commented 9 years ago

Currently (as of 1d587babf57313fa18443af02680d010cef6a252) two tests are not working. Maybe this could be made more transparent by using a CI-System.

For open source projects on github travis ci is always a quick and suitable solution. All you have to is couple it with your github account and add a travis.yml to the root of the project.

lumag commented 9 years ago

I'd second this issue, noting that the simplest travis.yml file can be as simple as

language: java