This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new f59f36b  Correct typo in comment in travis file
f59f36b is described below

commit f59f36b6682768adc6a170c58cf501a45a56feeb
Author: Felix Schumacher <felix.schumac...@internetallee.de>
AuthorDate: Sun Feb 16 22:05:36 2020 +0100

    Correct typo in comment in travis file
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e1b0821..b1f00c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,7 +45,7 @@ matrix:
         - LC_ALL=fr_FR.UTF-8
       script:
         # This job verifies headless mode to ensure Apache JMeter is workable 
in headless as well
-        # Spotless and Checksyle are skipped here to save some time. They are 
verified anyway in Java 8 and Java 13 builds, so skipping them for Java 11 does 
not harm
+        # Spotless and Checkstyle are skipped here to save some time. They are 
verified anyway in Java 8 and Java 13 builds, so skipping them for Java 11 does 
not harm
         - ./gradlew build -Djava.awt.headless=true -Duser.language=fr 
-Duser.country=FR -PskipCheckstyle -PskipSpotless $SKIP_TAR
     - name: Tests with OpenJDK 11 on s390x 
       os: linux  
@@ -74,7 +74,7 @@ matrix:
         - LANG=fr_FR.UTF-8
         - LC_ALL=fr_FR.UTF-8
       script:
-        # Spotless, Checksyle, and JaCoCo are verified here to ensure they all 
work with the latest supported Java
+        # Spotless, Checkstyle, and JaCoCo are verified here to ensure they 
all work with the latest supported Java
         - xvfb-run ./gradlew build jacocoReport -Duser.language=fr 
-Duser.country=FR $SKIP_TAR
     - name: jmeter-maven-plugin tests
       jdk: openjdk8

Reply via email to