From 140b792da77833baead36f31c5bc97a4167154bb Mon Sep 17 00:00:00 2001
From: Jesse Mapel <jmapel@usgs.gov>
Date: Thu, 17 Oct 2019 11:08:34 -0700
Subject: [PATCH] Added force flag to anaconda update

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 48515d3..a4ed734 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
 language: generic
 sudo: false
-os: 
+os:
   - linux
   - osx
 
@@ -21,7 +21,7 @@ before_install:
   - export PATH="$HOME/miniconda/bin:$PATH"
   - hash -r
   - conda config --set always_yes yes --set changeps1 no
-  - conda update -q conda
+  - conda update -q --force conda
   # Useful for debugging any issues with conda
   - conda info -a
   # Create the env
-- 
GitLab