Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JTFouquier committed Aug 30, 2018
1 parent 06cbc2d commit 92d1ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda3/bin:$PATH
- conda config --system --set always_yes --set changeps1 no
- conda config --system --set always_yes yes --set changeps1 no
# Update conda itself
- conda update conda
- conda config --system --add channels defaults
Expand Down

0 comments on commit 92d1ca1

Please sign in to comment.