TSK-890: updated node version of web test stage.

This commit is contained in:
Mustapha Zorgati 2019-10-28 18:10:10 +01:00
parent da73aebc20
commit d76263e153
1 changed files with 8 additions and 1 deletions

View File

@ -32,7 +32,6 @@ env:
- DB=DB2_11_1
- DB=POSTGRES_10_4
- DB=HISTORY
- DB=WEB
stage: Test
install: skip
@ -41,6 +40,14 @@ before_cache: rm -rf $HOME/.m2/repository/pro/taskana
matrix:
include:
- stage: Test
language: node_js
node_js: 12.10.0
install: skip
env: DB=WEB
script: ci/test.sh $DB
before_cache: rm -rf $HOME/.m2/repository/pro/taskana
# We are using the environment variable 'MODULE' to force travis into using a different cache for each build.
# See https://docs.travis-ci.com/user/caching/#caches-and-build-matrices for detailed information on
# which characteristics determine the cache selection.