From 2dae64b4af3c8635a1c91f7e11cf92c7a5d35495 Mon Sep 17 00:00:00 2001 From: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com> 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