Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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'
Expand All @@ -32,4 +33,4 @@ addons:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- g++-6
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,4 +21,4 @@ test_script:
- node --version
- npm --version
- npm test
build: 'off'
build: 'off'