You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ju...@apache.org on 2012/06/19 16:53:51 UTC

svn commit: r1351733 - /jackrabbit/oak/trunk/.travis.yml

Author: jukka
Date: Tue Jun 19 14:53:51 2012
New Revision: 1351733

URL: http://svn.apache.org/viewvc?rev=1351733&view=rev
Log:
OAK-145: Set up Travis CI builds

Include failsafe tests in the test run.
Run tests on Oracle's Java 7 and on OpenJDK 6. Seems like we hit some OpenJDK core dump on the default version.

Modified:
    jackrabbit/oak/trunk/.travis.yml

Modified: jackrabbit/oak/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/.travis.yml?rev=1351733&r1=1351732&r2=1351733&view=diff
==============================================================================
--- jackrabbit/oak/trunk/.travis.yml (original)
+++ jackrabbit/oak/trunk/.travis.yml Tue Jun 19 14:53:51 2012
@@ -13,7 +13,11 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+script: mvn verify
 language: java
+jdk:
+  - openjdk6
+  - oraclejdk7
 notifications:
   email:
     - oak-dev@jackrabbit.apache.org