fixed build warnings and removed dublicate history test stage
This commit is contained in:
parent
b8bbd4c5e3
commit
2dae64b4af
|
|
@ -1,3 +1,4 @@
|
||||||
|
os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
language: java
|
language: java
|
||||||
|
|
@ -30,19 +31,17 @@ stages:
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- NODE_VERSION=12.10.0
|
- NODE_VERSION=12.10.0
|
||||||
matrix:
|
jobs:
|
||||||
- DB=H2
|
- DB=H2
|
||||||
- DB=DB2_10_5
|
- DB=DB2_10_5
|
||||||
- DB=DB2_11_1
|
- DB=DB2_11_1
|
||||||
- DB=POSTGRES_10_4
|
- DB=POSTGRES_10_4
|
||||||
- DB=HISTORY
|
|
||||||
|
|
||||||
stage: Test
|
|
||||||
install: skip
|
install: skip
|
||||||
script: ci/test.sh $DB
|
script: ci/test.sh $DB
|
||||||
before_cache: rm -rf $HOME/.m2/repository/pro/taskana
|
before_cache: rm -rf $HOME/.m2/repository/pro/taskana
|
||||||
|
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: Test
|
- stage: Test
|
||||||
language: node_js
|
language: node_js
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue