diff --git a/.travis.yml b/.travis.yml
index 022c6626ec1e10c3ace5799f1fc65b24c06286e8..5d4c074ddb90a7e1fbe45f24f16a30c3732054cf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,13 +48,9 @@ install:
   - conda install -c jlaura pvl protobuf
 
   # Development installation
-  - conda install nose coverage
+  - conda install nose coverage sh anaconda-client
   - pip install coveralls
 
-  # Install sh and binstar to support upload to Anaconda
-  - conda install -n root conda-build
-  - conda install sh anaconda-client
-  
   # Straight from the menpo team
   - if [["$TRAVIS_OS_NAME" == "osx"]]; then
       curl -o condaci.py https://raw.githubusercontent.com/menpo/condaci/v0.4.8/condaci.py;