diff --git a/.appveyor.yml b/.appveyor.yml index 237e7b10e..7ace56528 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -45,6 +45,10 @@ artifacts: # bdist_wheel puts your built wheel in the dist directory - path: dist\* +branches: + except: + - spacy.io + #on_success: # You can use this step to upload your artifacts to a public website. # See Appveyor's documentation for more details. Or you can simply diff --git a/.travis.yml b/.travis.yml index 0a283cbec..5d48c5a48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,4 +34,8 @@ notifications: secure: F8GvqnweSdzImuLL64TpfG0i5rYl89liyr9tmFVsHl4c0DNiDuGhZivUz0M1broS8svE3OPOllLfQbACG/4KxD890qfF9MoHzvRDlp7U+RtwMV/YAkYn8MGWjPIbRbX0HpGdY7O2Rc9Qy4Kk0T8ZgiqXYIqAz2Eva9/9BlSmsJQ= email: false +branches: + except: + - spacy.io + cache: pip