From 929afd8318314a53b561dfc4f7ea5ef4769026ed Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sun, 11 Jun 2017 10:46:07 +0200 Subject: [PATCH] travis: let bash read its .bashrc file --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2de6aafd99..5ddde0aca2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,11 +27,11 @@ env: - BUILD=sonar before_install: - - bash .travis/setup-secrets.sh - - bash .travis/configure-maven.sh + - bash -l .travis/setup-secrets.sh + - bash -l .travis/configure-maven.sh install: true before_script: true -script: bash .travis/build-$BUILD.sh +script: bash -l .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 .travis/release.sh +after_deploy: bash -l .travis/release.sh notifications: email: