Skip to content

Commit 80c7a96

Browse files
committed
Merge pull request #424 from mziccard/test-all-branches
Run tests for PRs to branches other than master
2 parents a25e504 + 1830275 commit 80c7a96

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ before_install:
1010
install: mvn install -DskipTests=true -Dgpg.skip=true
1111
script:
1212
- utilities/verify.sh
13-
branches:
14-
only:
15-
- master
1613
after_success:
1714
- utilities/after_success.sh
1815
env:

utilities/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source ./utilities/integration_test_env.sh
44
# This script is used by Travis-CI to run tests.
55
# This script is referenced in .travis.yml.
66

7-
if [ "${TRAVIS_BRANCH}" == "master" -a "${TRAVIS_PULL_REQUEST}" == "false" ]; then
7+
if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
88
# Get signing tools and API keyfile
99
openssl aes-256-cbc -K $encrypted_631490ecae8f_key -iv $encrypted_631490ecae8f_iv -in target/travis/signing-tools.tar.enc -out $TRAVIS_BUILD_DIR/signing-tools.tar -d
1010
mkdir $TRAVIS_BUILD_DIR/signing-tools

0 commit comments

Comments
 (0)