From 70197f20ab18fcaafef8bde69b34854a4f11082a Mon Sep 17 00:00:00 2001 From: Sehrope Sarkuni Date: Fri, 1 Sep 2017 08:15:08 -0400 Subject: [PATCH 1/3] Add missing newlines to appveyor.yml --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2ab7d47ef..5d0ba1f95 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,4 +35,3 @@ build_script: test_script: - mvn test -B -Pbuild41 - mvn test -B -Pbuild42 - \ No newline at end of file From 8ed22c6bd798395c8dc56e1095346731f27144cd Mon Sep 17 00:00:00 2001 From: Sehrope Sarkuni Date: Fri, 1 Sep 2017 08:16:10 -0400 Subject: [PATCH 2/3] Add missing newline to .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a6ece9453..ad4d8a9c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,4 +45,4 @@ script: #after_success: # instead of after success we are using && operator for conditional submitting coverage report. -# - bash <(curl -s https://codecov.io/bash) \ No newline at end of file +# - bash <(curl -s https://codecov.io/bash) From 6f0bc7213b41fb97a8fe918d8bfde913f749f934 Mon Sep 17 00:00:00 2001 From: Sehrope Sarkuni Date: Fri, 1 Sep 2017 08:16:55 -0400 Subject: [PATCH 3/3] Remove comment from .travis.yml --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad4d8a9c6..3c90e82b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,3 @@ script: ##Test for JDBC Specification 41 & 42 and submit coverage report. - mvn test -B -Pbuild41 jacoco:report && bash <(curl -s https://codecov.io/bash) -cF JDBC41 - mvn test -B -Pbuild42 jacoco:report && bash <(curl -s https://codecov.io/bash) -cF JDBC42 - -#after_success: -# instead of after success we are using && operator for conditional submitting coverage report. -# - bash <(curl -s https://codecov.io/bash)