Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Oct 5, 2018
1 parent 5ee54cd commit 8dce1ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ install:
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no --remove channels defaults --add channels conda-forge --set show_channel_urls yes
- conda config --set always_yes yes --set changeps1 no --set show_channel_urls yes
- conda config --remove channels defaults
- conda config --add channels conda-forge
- conda update -q conda
- conda info -a
- conda install nodejs notebook
Expand Down

0 comments on commit 8dce1ad

Please sign in to comment.