[travis] redmine 4.1
This commit is contained in:
parent
d7ac6597ab
commit
e978b7f60b
@ -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
|
||||
|
||||
|
||||
@ -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()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user