[travis] redmine 4.1
This commit is contained in:
parent
d7ac6597ab
commit
e978b7f60b
@ -52,6 +52,9 @@ env:
|
|||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
- DB=mysql
|
- DB=mysql
|
||||||
- DB=postgres
|
- 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
|
cache: bundler
|
||||||
|
|
||||||
|
|||||||
@ -20,8 +20,12 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
export REDMINE_GIT_REPO=git://github.com/redmine/redmine.git
|
if [[ ! -v REDMINE_GIT_REPO ]]; then
|
||||||
export REDMINE_GIT_TAG=4.0-stable
|
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()
|
clone()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user