File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: 34e6bf02ae1b9d7f4044143a4f1abf5aa0edea90
2+ refs/heads/master: d05e35211a5354a207d740f666ceb3d411b4caed
33refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
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