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