Skip to content

Commit

Permalink
引入travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ash committed Mar 23, 2016
1 parent 3bfd3f6 commit 5a59943
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: java

jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
2 changes: 1 addition & 1 deletion src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</encoder>
</appender>

<root level="debug">
<root level="error">
<appender-ref ref="STDOUT" />
</root>
</configuration>

0 comments on commit 5a59943

Please sign in to comment.