Skip to content

Commit

Permalink
Add debug messages to travis install for cron debug
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese authored Oct 3, 2020
1 parent f86c847 commit 4c7594d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/travis-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

if [[ "${BUILDMODE}" == "ASTROPY" ]]; then
git clone --depth 1 https://github.com/astropy/ci-helpers.git
echo "Done cloning ci-helpers"
source ci-helpers/travis/setup_conda.sh
echo "Done sourcing conda environment"
elif [[ "${BUILDMODE}" == "CIBUILDWHEEL" ]]; then
export PIP=pip
if [[ $(uname) == "Darwin" ]]; then
Expand Down

0 comments on commit 4c7594d

Please sign in to comment.