diff --git a/.travis.yml b/.travis.yml
index d3d50660f3f5574384c9d2f60c393e8d25dc7c9e..9cb1f9217fd7114cf7690daed32c5334bc228218 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,6 @@ branches:
 only:
   - master
 
-env:
-  global:
-    - BINSTAR_USER: jlaura
-
 os:
   - linux
   - osx
@@ -48,22 +44,13 @@ install:
   # Development installation
   - conda install pytest  pytest-cov 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;
-    else
-      wget https://raw.githubusercontent.com/menpo/condaci/v0.4.8/condaci.py -O condaci.py;
-    fi
-  - python condaci.py setup
-
 
 script:
   - pytest --cov=plio
-  # After test success, package and upload to Anaconda
-  - ~/miniconda/bin/python condaci.py build ./conda
 
 after_success:
   - coveralls
+  - conda install conda-build && conda install anaconda-client && conda config --set anaconda_upload yes && conda build --token $CONDA_UPLOAD_TOKEN .
 
 notifications:
   webhooks: