Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ install:
build_script:
- mvn clean install -DskipTests

# verify artifacts (no integration tests on PR)
# verify artifacts
test_script:
- IF DEFINED APPVEYOR_PULL_REQUEST_NUMBER (mvn verify -DskipITs) ELSE (mvn verify)
- mvn verify -DskipITs
# TODO fix integration tests in AppVeyor:
# https://github.com/GoogleCloudPlatform/google-cloud-java/issues/1429
#- IF DEFINED APPVEYOR_PULL_REQUEST_NUMBER (mvn verify -DskipITs) ELSE (mvn verify)

# preserve dependencies between builds
cache:
Expand Down