Skip to content

Commit

Permalink
try to fix travis build error
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Jul 26, 2016
1 parent 77c489d commit c44d410
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -37,3 +36,7 @@ addons:
build_command_prepend: "mvn clean"
build_command: "mvn -DskipTests=true compile"
branch_pattern: master

cache:
directories:
- $HOME/.m2
1 change: 1 addition & 0 deletions apollo-buildtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>copy-resources</id>
Expand Down
2 changes: 1 addition & 1 deletion apollo-client/src/test/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit c44d410

Please sign in to comment.