From 66434d106dd9962c4971740993f4d9f61eccbba0 Mon Sep 17 00:00:00 2001 From: Stash Dev Date: Sun, 10 Feb 2019 23:26:26 -0800 Subject: [PATCH] Updated travis config [skip ci] --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 27b1adc03..45fb49c45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,5 +30,6 @@ deploy: repo: stashapp/stash branch: master branches: - except: - - /^v\d+\.\d\.\d.*/ # don't build tags \ No newline at end of file + only: + - master + - develop \ No newline at end of file