You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2016/02/29 19:05:26 UTC

svn commit: r1732929 - /jmeter/trunk/.travis.yml

Author: fschumacher
Date: Mon Feb 29 18:05:26 2016
New Revision: 1732929

URL: http://svn.apache.org/viewvc?rev=1732929&view=rev
Log:
Add a travis.yml file to configure how travis should build jmeter.

Added:
    jmeter/trunk/.travis.yml   (with props)

Added: jmeter/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/jmeter/trunk/.travis.yml?rev=1732929&view=auto
==============================================================================
--- jmeter/trunk/.travis.yml (added)
+++ jmeter/trunk/.travis.yml Mon Feb 29 18:05:26 2016
@@ -0,0 +1,7 @@
+language: java
+install: ant download_jars install
+script: ant test
+jdk:
+  - openjdk7
+  - oraclejdk7
+  - oraclejdk8

Propchange: jmeter/trunk/.travis.yml
------------------------------------------------------------------------------
    svn:eol-style = native