Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
c44d4100
Commit
c44d4100
authored
Jul 26, 2016
by
Jason Song
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try to fix travis build error
parent
77c489d9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
.travis.yml
.travis.yml
+5
-2
pom.xml
apollo-buildtools/pom.xml
+1
-0
log4j2.xml
apollo-client/src/test/resources/log4j2.xml
+1
-1
No files found.
.travis.yml
View file @
c44d4100
...
...
@@ -15,8 +15,7 @@ before_install:
-
pip install --user codecov
after_success
:
-
mvn clean cobertura:cobertura coveralls:report
-
mvn clean site
-
mvn clean site -DskipTests=true
-
codecov
branches
:
...
...
@@ -37,3 +36,7 @@ addons:
build_command_prepend
:
"
mvn
clean"
build_command
:
"
mvn
-DskipTests=true
compile"
branch_pattern
:
master
cache
:
directories
:
-
$HOME/.m2
apollo-buildtools/pom.xml
View file @
c44d4100
...
...
@@ -24,6 +24,7 @@
<plugins>
<plugin>
<artifactId>
maven-resources-plugin
</artifactId>
<version>
2.6
</version>
<executions>
<execution>
<id>
copy-resources
</id>
...
...
apollo-client/src/test/resources/log4j2.xml
View file @
c44d4100
...
...
@@ -10,7 +10,7 @@
</appenders>
<loggers>
<logger
name=
"com.ctrip.framework.apollo"
additivity=
"false"
level=
"trace"
>
<AppenderRef
ref=
"Async"
level=
"
DEBUG
"
/>
<AppenderRef
ref=
"Async"
level=
"
INFO
"
/>
</logger>
<root
level=
"INFO"
>
<AppenderRef
ref=
"Async"
/>
...
...
Write
Preview
Markdown
is supported
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