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.
This commit is contained in:
gfyoung
2018-01-10 09:47:02 -08:00
parent 8cc41be913
commit e3224e5415
2 changed files with 2 additions and 1 deletions

View File

@@ -21,5 +21,6 @@ conda config --set ssl_verify false || exit 1
conda config --set always_yes true --set changeps1 false || exit 1 conda config --set always_yes true --set changeps1 false || exit 1
echo "Updating Miniconda" echo "Updating Miniconda"
conda update conda
conda update --all conda update --all
conda info -a || exit 1 conda info -a || exit 1

View File

@@ -1,6 +1,6 @@
The MIT License (MIT) 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 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 this software and associated documentation files (the “Software”), to deal in