forked from phoedos/pmd
travis: let bash read its .bashrc file
This commit is contained in:
@ -27,11 +27,11 @@ env:
|
|||||||
- BUILD=sonar
|
- BUILD=sonar
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- bash .travis/setup-secrets.sh
|
- bash -l .travis/setup-secrets.sh
|
||||||
- bash .travis/configure-maven.sh
|
- bash -l .travis/configure-maven.sh
|
||||||
install: true
|
install: true
|
||||||
before_script: true
|
before_script: true
|
||||||
script: bash .travis/build-$BUILD.sh
|
script: bash -l .travis/build-$BUILD.sh
|
||||||
after_success: true
|
after_success: true
|
||||||
|
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ deploy:
|
|||||||
tags: true
|
tags: true
|
||||||
repo: pmd/pmd
|
repo: pmd/pmd
|
||||||
condition: "${TRAVIS_SECURE_ENV_VARS} = true && ${BUILD} != sonar"
|
condition: "${TRAVIS_SECURE_ENV_VARS} = true && ${BUILD} != sonar"
|
||||||
after_deploy: bash .travis/release.sh
|
after_deploy: bash -l .travis/release.sh
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
Reference in New Issue
Block a user