Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
Logging Log4j2
Commits
543edab3
Commit
543edab3
authored
8 years ago
by
Gary Gregory
Browse files
Options
Download
Email Patches
Plain Diff
Travis CI: Package jars during the build so that the OSGi tests can use
them.
parent
f9ff2d6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+4
-2
.travis.yml
with
4 additions
and
2 deletions
+4
-2
.travis.yml
+
4
-
2
View file @
543edab3
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help