Skip to content

Software

fridlund edited this page Mar 2, 2020 · 2 revisions

Java 8

The app is written in Java 8 but have no specific features that could not be implemented in a higher version so if you chose to upgrade it should not be a problem.

Travis CI

For continuous integration we are using Travis CI. Travis builds our Maven project and runs basic tests for it (no custom ones yet). When all are approved, Travis sends our application to Heroku for deployment.

Currently, no tests are being run but for future implementations tests should be written such as they can be tested with Travis.

Github

All deployment are being done in github which runs the CI tests on Travis.

Clone this wiki locally