Skip to content

Commit

Permalink
trav
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Apr 13, 2018
1 parent d144e42 commit d44866f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d44866f

Please sign in to comment.