Skip to content

Commit

Permalink
Trying to source the environment on travis CI now
Browse files Browse the repository at this point in the history
  • Loading branch information
wblumberg committed Sep 12, 2019
1 parent 6d8582e commit 1535c3b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ci/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd "$TRAVIS_BUILD_DIR"
# Swap out conda environments for one that supports building the documentation
cd ci/
conda env create -f docs_env.yml
conda activate docs-env
source activate docs-env

echo "**************************************************************************************"
echo "Step 1: Adding the SSH key ..."
Expand All @@ -23,13 +23,11 @@ chmod 600 deploy_key
eval `ssh-agent -s`
ssh-add deploy_key


# Build the documentation
cd ..
echo "**************************************************************************************"
echo "Step 2: Building Docs"
echo "**************************************************************************************"
cd docs
cd ../docs

# Move the license and other stuff to the docs folder
echo "**************************************************************************************"
Expand Down

0 comments on commit 1535c3b

Please sign in to comment.