From e445cd622095534c2897fedd01800b1fcfd14f60 Mon Sep 17 00:00:00 2001 From: Jaime RGP Date: Fri, 16 Feb 2018 16:09:28 +0100 Subject: [PATCH] Fix travis --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c75cee8..0f875fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,10 +93,9 @@ install: before_deploy: - if [ "${MYCONDAPY}" = "3.6" ]; then - pip install -U https://github.com/jaimergp/constructor/archive/master.zip && - constructor . + pip install -U https://github.com/jaimergp/constructor/archive/master.zip; + constructor . ; done -- deploy: # Deploy to Anaconda.org