Fix repository variable for travis build
This commit is contained in:
parent
5d2861a6cd
commit
12652d4470
|
|
@ -19,7 +19,7 @@ stages:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- NODE_VERSION=8
|
- NODE_VERSION=8
|
||||||
- DEPLOY_REPO=Taskan/taskana
|
- DEPLOY_REPO=Taskana/taskana
|
||||||
matrix:
|
matrix:
|
||||||
- DB=H2
|
- DB=H2
|
||||||
- DB=DB2_10_5
|
- DB=DB2_10_5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue