From 38f73905bce0014a1d70d5a6f624ae14c4aa189f Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 23 Jun 2020 18:55:08 -0400 Subject: [PATCH] Deploy only for master and tag is true --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9862a12..2a39319 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,8 @@ jobs: on: distributions: sdist bdist_wheel repo: louisleroy5/translater - branch: develop - tags: false + branch: master + tags: true before_install: - source install_energyplus.sh - wget https://raw.githubusercontent.com/trichter/conda4travis/latest/conda4travis.sh -O conda4travis.sh