From 0c5e37eb154c55f7d9a11bba1b2a346cdc37683c Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati Date: Fri, 17 Jan 2020 15:51:44 +0100 Subject: [PATCH] fixed build warnings and removed dublicate history test stage --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 50138cc45..662292618 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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