diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-12-17 11:18:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 11:18:25 -0800 |
commit | f84848fd6b2f290de7044e57758674b6a4a51aab (patch) | |
tree | 4f0ff916dadf4db8beed689053e61f0f91052f88 | |
parent | af20f922f7bbce02cbb9e3ac73b1235773aad06a (diff) | |
parent | 2581072f031be362800986d23cbc23418e929437 (diff) | |
download | numpy-f84848fd6b2f290de7044e57758674b6a4a51aab.tar.gz |
Merge pull request #12578 from tylerjereddy/shippable_maint_branches
TST: activate shippable maintenance branches
-rw-r--r-- | shippable.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml index 195972e60..82ee9461f 100644 --- a/shippable.yml +++ b/shippable.yml @@ -1,6 +1,7 @@ branches: only: - master + - maintenance/* language: python |