Skip to content

Commit a4f225f

Browse files
---
yaml --- r: 5271 b: refs/heads/master c: d05e352 h: refs/heads/master i: 5269: b843c39 5267: 219f842 5263: fb4adaa
1 parent fa1d932 commit a4f225f

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 34e6bf02ae1b9d7f4044143a4f1abf5aa0edea90
2+
refs/heads/master: d05e35211a5354a207d740f666ceb3d411b4caed
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/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)