eiffel-community / eiffel-event-repository

Apache License 2.0
2 stars 8 forks source link

Create Travis-CI file and release to Jitpack #2

Open tobiasake opened 5 years ago

tobiasake commented 5 years ago

Description

Create Travis-CI file for executing Unit and Functional tests for PRs and Post merges. When new Github release is made, Eiffel-ER should be release to Jitpack.

Unit tests executed with command: 'mvn test'

Functional tests executed with command: 'mvn verify'

Motivation

We need to continuosly execute tests and release new Eiffel-ER versions to Jitpack.

Exemplification

Benefits

Possible Drawbacks