Skip to content

Commit 6f71b0d

Browse files
---
yaml --- r: 8975 b: refs/heads/lesv-patch-1 c: cc216ad h: refs/heads/master i: 8973: df6fe2d 8971: 2ddaaa5 8967: 215bfbc 8959: 830060d
1 parent 3ac8922 commit 6f71b0d

5 files changed

Lines changed: 8 additions & 24 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ refs/tags/v0.22.0: 18b298fe4bfe8ec2f20b0e0bf7ffdcce5cc3c5fe
6666
refs/heads/vam-google-patch-1: d0c8fee3a4074d0bf7360ce8c4f7f7223d0ee7b9
6767
refs/heads/vam-google-patch-CODEOWNERS: 2ac1616e25229e51d08a984708ef1918f91a35ee
6868
refs/heads/danoscarmike-patch-1: 7342a9916bce4ed00002c7202e2a16c5d46afaea
69-
refs/heads/lesv-patch-1: afe2cc0cf03fc3a2d4b07d026543f83f74c18c8e
69+
refs/heads/lesv-patch-1: cc216add2e4b441113f38344e8789d373032784e
7070
refs/heads/ml-update-branch: 079dd6610017f5c51b9d1938c12d6d55b61513cf
7171
refs/heads/vkedia-patch-2: 7d8241388a9769a5c069334761b06c7012c878e7
7272
refs/heads/vkedia-patch-3: 4d128043acaa7db9160faf439d2ca6104e8a88cb

branches/lesv-patch-1/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_install:
1616
install: mvn install --quiet -Djava.util.logging.config.file=logging.properties -DskipTests=true
1717
-Dgpg.skip=true
1818
script:
19-
- travis_wait 60 utilities/verify.sh
19+
- travis_wait 60 utilities/verify_travis.sh
2020
after_success:
2121
- utilities/after_success.sh
2222
env:

branches/lesv-patch-1/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build_script:
4242

4343
# verify artifacts
4444
test_script:
45-
- IF DEFINED APPVEYOR_PULL_REQUEST_NUMBER (mvn verify -DskipITs) ELSE (mvn verify)
45+
- mvn verify -B -DtrimStackTrace=false -fae --quiet -DskipITs
4646

4747
# preserve dependencies between builds
4848
cache:

branches/lesv-patch-1/utilities/verify.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
# This script is used by Travis-CI to run tests.
3+
# This script is referenced in .travis.yml.
4+
5+
mvn verify -B -DtrimStackTrace=false -fae --quiet -DskipITs -Djava.util.logging.config.file=logging.properties -P release

0 commit comments

Comments
 (0)