-
Notifications
You must be signed in to change notification settings - Fork 0
Software
fridlund edited this page Mar 2, 2020
·
2 revisions
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.
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.
All deployment are being done in github which runs the CI tests on Travis.