File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60- refs/heads/tswast-patch-1: 34e6bf02ae1b9d7f4044143a4f1abf5aa0edea90
60+ refs/heads/tswast-patch-1: d05e35211a5354a207d740f666ceb3d411b4caed
6161refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b
Original file line number Diff line number Diff line change @@ -37,9 +37,12 @@ install:
3737build_script :
3838 - mvn clean install -DskipTests
3939
40- # verify artifacts (no integration tests on PR)
40+ # verify artifacts
4141test_script :
42- - IF DEFINED APPVEYOR_PULL_REQUEST_NUMBER (mvn verify -DskipITs) ELSE (mvn verify)
42+ - 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)
4346
4447# preserve dependencies between builds
4548cache :
You can’t perform that action at this time.
0 commit comments