fixed build warnings and removed dublicate history test stage

This commit is contained in:
Mustapha Zorgati 2020-01-17 15:51:44 +01:00 committed by Benjamin Eckstein
parent b8bbd4c5e3
commit 2dae64b4af
1 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,4 @@
os: linux
dist: xenial
language: java
@ -30,19 +31,17 @@ stages:
env:
global:
- NODE_VERSION=12.10.0
matrix:
jobs:
- DB=H2
- DB=DB2_10_5
- DB=DB2_11_1
- DB=POSTGRES_10_4
- DB=HISTORY
stage: Test
install: skip
script: ci/test.sh $DB
before_cache: rm -rf $HOME/.m2/repository/pro/taskana
matrix:
jobs:
include:
- stage: Test
language: node_js