Skip to content

Commit 095adb8

Browse files
---
yaml --- r: 8689 b: refs/heads/master c: cc216ad h: refs/heads/master i: 8687: 0b962bf
1 parent f900fc3 commit 095adb8

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: afe2cc0cf03fc3a2d4b07d026543f83f74c18c8e
2+
refs/heads/master: cc216add2e4b441113f38344e8789d373032784e
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 6daca92127d91b7c2c99490080ecf8a13fa94cde
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/.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:

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

trunk/utilities/verify.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

trunk/utilities/verify_travis.sh

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)