lttng / lttng-scope

A trace viewer and analyzer for LTTng kernel and user space traces
https://lttng.org/beta/#lttng-scope
Eclipse Public License 1.0
28 stars 6 forks source link

Add Travis support #3

Closed mjeanson closed 7 years ago

mjeanson commented 7 years ago

Signed-off-by: Michael Jeanson mjeanson@efficios.com

ghost commented 7 years ago

We require Maven 3.3 (for the "pomless" extension), but Travis only has 3.1.1.

ghost commented 7 years ago

Also note this will not actually run the tests, because Scope requires -Dmaven.test.skip=false. But that's fine for now, we can try adding the tests as a separate step.