diff --git a/.travis.yml b/.travis.yml index a6ece9453..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) \ No newline at end of file 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