File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ before_install:
1010install : mvn install -DskipTests=true -Dgpg.skip=true
1111script :
1212- utilities/verify.sh
13- branches :
14- only :
15- - master
1613after_success :
1714- utilities/after_success.sh
1815env :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments