Author: mattsicker
Date: Sun Apr 13 23:10:02 2014
New Revision: 1587119
URL: http://svn.apache.org/r1587119
Log:
Add basic travis config.
- Not sure if this will work with GitHub, but it's worth a shot!
Added:
logging/log4j/log4j2/trunk/.travis.yml
Added: logging/log4j/log4j2/trunk/.travis.yml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/.travis.yml?rev=1587119&view=auto
==============================================================================
--- logging/log4j/log4j2/trunk/.travis.yml (added)
+++ logging/log4j/log4j2/trunk/.travis.yml Sun Apr 13 23:10:02 2014
@@ -0,0 +1,5 @@
+language: java
+
+jdk:
+ - oraclejdk8
+ - oraclejdk7