From d44866f1cac0b410081ce10c57d1f34a6d4dcebd Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Thu, 12 Apr 2018 23:00:32 +0100 Subject: [PATCH] trav --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8b6dca5b527..76f668f5306 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,15 +21,15 @@ cache: stages: - name: build - if: branch = master AND type = push + # if: branch = master AND type = push - name: test # if: branch = DOESNOTEXIST - name: publish # we want this to only run on release - if: branch = DOESNOTEXIST + # if: branch = DOESNOTEXIST - name: data # we want this to only run on release - if: branch = DOESNOTEXIST + # if: branch = DOESNOTEXIST install: - pip install -qr requirements/host.txt