[travis] redmine 4.1

This commit is contained in:
pavel 2020-01-03 10:31:33 +01:00
parent d7ac6597ab
commit e978b7f60b
2 changed files with 9 additions and 2 deletions

View File

@ -52,6 +52,9 @@ env:
- DB=sqlite
- DB=mysql
- DB=postgres
- DB=sqlite REDMINE_GIT_TAG=4.1-stable
- DB=mysql REDMINE_GIT_TAG=4.1-stable
- DB=postgres REDMINE_GIT_TAG=4.1-stable
cache: bundler

View File

@ -20,8 +20,12 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
export REDMINE_GIT_REPO=git://github.com/redmine/redmine.git
export REDMINE_GIT_TAG=4.0-stable
if [[ ! -v REDMINE_GIT_REPO ]]; then
export REDMINE_GIT_REPO=git://github.com/redmine/redmine.git
fi
if [[ ! -v REDMINE_GIT_TAG ]]; then
export REDMINE_GIT_TAG=4.0-stable
fi
clone()
{