diff --git a/.travis.yml b/.travis.yml index c996c0a..8c98e6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,9 @@ os: language: node_js node_js: - '8' - - '10' - '12' + - '14' + - '16' before_script: - rm -rf ./tmp - export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1) @@ -18,10 +19,10 @@ before_script: - 'npm install https://github.com/ioBroker/ioBroker.js-controller/tarball/master --production' - 'if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./cc-test-reporter before-build; fi' script: - - npm run test:package - - npm run test:unit - - export DEBUG=testing:* - - npm run test:integration + - 'npm run test:package' + - 'npm run test:unit' + - 'export DEBUG=testing:*' + - 'npm run test:integration' after_success: - sed -i "s|tmp/node_modules/iobroker.contact/||" ./coverage/lcov.info - 'if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT -r 3623f3070bd9cae772a6757bdb0bcac4f8c2ebfbdebbe8e577bea9275810950d; fi' @@ -32,4 +33,4 @@ addons: sources: - ubuntu-toolchain-r-test packages: - - g++-6 \ No newline at end of file + - g++-6 diff --git a/appveyor.yml b/appveyor.yml index 719305d..0fafe51 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,9 @@ version: 'test-{build}' environment: matrix: - - nodejs_version: '8' - - nodejs_version: '10' - nodejs_version: '12' + - nodejs_version: '14' + - nodejs_version: '16' platform: - x86 - x64 @@ -21,4 +21,4 @@ test_script: - node --version - npm --version - npm test -build: 'off' \ No newline at end of file +build: 'off'