Skip to content

Commit

Permalink
Fix Travis deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Feb 20, 2018
1 parent 1d93d02 commit 26d083d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ before_deploy:
conda install constructor;
conda remove --force constructor;
pip install -U --no-deps https://github.com/jaimergp/constructor/archive/jinja-env.zip;
export CONDA_PREFIX=$HOME/miniconda;
export CONDA_PREFIX="$HOME/miniconda";
constructor . ;
fi
- conda install -q anaconda-client
Expand Down
4 changes: 2 additions & 2 deletions construct.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: ommprotocol
version: {{ environ.get('GIT_DESCRIBE_TAG', 'v')[1:] }}
version: {{ environ.get('GIT_DESCRIBE_TAG', 'vN/A')[1:] }}
license_file: LICENSE

# Welcome image for Windows installer
welcome_image: docs/img/logo.png [win]

channels:
- file://{{ environ.get('CONDA_PREFIX') }}/conda-bld
- file://{{ environ['CONDA_PREFIX'] }}/conda-bld
- https://conda.anaconda.org/insilichem
- https://conda.anaconda.org/omnia
- https://repo.continuum.io/pkgs/main/
Expand Down

0 comments on commit 26d083d

Please sign in to comment.