Commit 543edab3 authored by Gary Gregory's avatar Gary Gregory
Browse files

Travis CI: Package jars during the build so that the OSGi tests can use

them.
parent f9ff2d6f
Showing with 4 additions and 2 deletions
+4 -2
......@@ -16,5 +16,7 @@ sudo: false
jdk:
- oraclejdk7
after_success:
- mvn clean test jacoco:report coveralls:report
# Package jars during the build so that the OSGi tests can use them.
script:
- mvn clean package -DskipTests
- mvn test jacoco:report coveralls:report
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment