Skip to content

Commit d503b64

Browse files
---
yaml --- r: 7719 b: refs/heads/tswast-patch-1 c: d05e352 h: refs/heads/master i: 7717: 52de32e 7715: 9a7e921 7711: 48dd6dc
1 parent 2f6067c commit d503b64

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 34e6bf02ae1b9d7f4044143a4f1abf5aa0edea90
60+
refs/heads/tswast-patch-1: d05e35211a5354a207d740f666ceb3d411b4caed
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/appveyor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ install:
3737
build_script:
3838
- mvn clean install -DskipTests
3939

40-
# verify artifacts (no integration tests on PR)
40+
# verify artifacts
4141
test_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
4548
cache:

0 commit comments

Comments
 (0)