From: gfyoung Date: Wed, 10 Jan 2018 17:47:02 +0000 (-0800) Subject: Update LICENSE and CI X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e3224e541526c73692e2471d7d2627a299b40d8a;p=stevenblack-hosts.git Update LICENSE and CI 1) It's 2018 2) conda update --all no longer applies to conda itself. conda update conda needs to be explicitly called. --- diff --git a/ci/install_conda.sh b/ci/install_conda.sh index 123648797..22bb3dfba 100755 --- a/ci/install_conda.sh +++ b/ci/install_conda.sh @@ -21,5 +21,6 @@ conda config --set ssl_verify false || exit 1 conda config --set always_yes true --set changeps1 false || exit 1 echo "Updating Miniconda" +conda update conda conda update --all conda info -a || exit 1 diff --git a/license.txt b/license.txt index f457c19fe..0501fcb18 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright © 2017 Steven Black +Copyright © 2018 Steven Black Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in