We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e6bf0 commit d05e352Copy full SHA for d05e352
1 file changed
appveyor.yml
@@ -37,9 +37,12 @@ install:
37
build_script:
38
- mvn clean install -DskipTests
39
40
-# verify artifacts (no integration tests on PR)
+# verify artifacts
41
test_script:
42
- - IF DEFINED APPVEYOR_PULL_REQUEST_NUMBER (mvn verify -DskipITs) ELSE (mvn verify)
+ - mvn verify -DskipITs
43
+ # TODO fix integration tests in AppVeyor:
44
+ # https://github.com/GoogleCloudPlatform/google-cloud-java/issues/1429
45
+ #- IF DEFINED APPVEYOR_PULL_REQUEST_NUMBER (mvn verify -DskipITs) ELSE (mvn verify)
46
47
# preserve dependencies between builds
48
cache:
0 commit comments