Skip to content

Commit

Permalink
Fixes possible breakage on PR-builds
Browse files Browse the repository at this point in the history
  • Loading branch information
heiglandreas committed Jan 18, 2017
1 parent a3387a6 commit 5a7da56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ addons:
before_install:
- travis_retry composer self-update
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
- echo $DECRYPT_KEY | gpg --passphrase-fd 0 JUnitDiffSigning.asc.gpg
- gpg --batch --yes --import JUnitDiffSigning.asc
- if [[ $BUILD_PHAR == 'true' && $TRAVIS_TAG != '' ]]; then echo $DECRYPT_KEY | gpg --passphrase-fd 0 JUnitDiffSigning.asc.gpg && gpg --batch --yes --import JUnitDiffSigning.asc ; fi


install:
Expand Down

0 comments on commit 5a7da56

Please sign in to comment.