Revert "travis: let bash read its .bashrc file"

This reverts commit 929afd8318314a53b561dfc4f7ea5ef4769026ed.
This commit is contained in:
Andreas Dangel 2017-06-11 10:50:39 +02:00
parent 929afd8318
commit a3004395ab

View File

@ -27,11 +27,11 @@ env:
- BUILD=sonar
before_install:
- bash -l .travis/setup-secrets.sh
- bash -l .travis/configure-maven.sh
- bash .travis/setup-secrets.sh
- bash .travis/configure-maven.sh
install: true
before_script: true
script: bash -l .travis/build-$BUILD.sh
script: bash .travis/build-$BUILD.sh
after_success: true
@ -48,7 +48,7 @@ deploy:
tags: true
repo: pmd/pmd
condition: "${TRAVIS_SECURE_ENV_VARS} = true && ${BUILD} != sonar"
after_deploy: bash -l .travis/release.sh
after_deploy: bash .travis/release.sh
notifications:
email: