diff --git a/.travis.yml b/.travis.yml
index a77f2e367e005d8374b68c3a7b5af723edc1e22d..6c4dccdf19bca225be8727aa04f416f4b8eeea2a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ install:
   - conda update -q conda
   # Useful for debugging any issues with conda
   - conda info -a
-
+  - conda install conda
   - conda env create
   - source activate plio
 
@@ -43,7 +43,7 @@ install:
   - pip install coveralls
 
   # Install sh and binstar to support upload to Anaconda
-  - conda install sh anaconda-client conda
+  - conda install sh anaconda-client
 
 script:
   - nosetests --with-coverage --cover-package=plio