diff --git a/.travis.yml b/.travis.yml index c0414d5818..6d5ca171c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,13 +21,11 @@ cache: directories: - src/agent/target -env: - - target_branch=$TRAVIS_BRANCH - - RUST_BACKTRACE=1 - before_install: - git remote set-branches --add origin "${TRAVIS_BRANCH}" - git fetch + - export RUST_BACKTRACE=1 + - export target_branch=$TRAVIS_BRANCH - "ci/setup.sh" # we use install to run check agent