Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
adcrafter27 committed May 5, 2020
1 parent 10df4c9 commit f9aec8b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@ os:
- linux
- osx
- windows

language: node_js
node_js:
- '8'
- '10'
- '12'

env:
- CXX=g++-4.8
- CXX=g++-6
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6

before_install:
- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then CC=gcc-6; fi'
- 'if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then CC=g++-6; fi'
Expand All @@ -23,7 +25,7 @@ before_script:
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm; fi'
- npm -v
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
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,32 +29,30 @@
"bugs": {
"url": "https://github.com/adcrafter27/ioBroker.envertech-pv/issues"
},
"bundleDependencies": false,
"dependencies": {
"@iobroker/adapter-core": "^2.2.1",
"@iobroker/adapter-core": "^2.3.1",
"request": "^2.88.2"
},
"deprecated": false,
"description": "Read Envertech.com Web data",
"devDependencies": {
"@iobroker/testing": "^2.1.0",
"@iobroker/testing": "^2.2.0",
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.2",
"@types/gulp": "^4.0.6",
"@types/mocha": "^7.0.2",
"@types/node": "^12.12.30",
"@types/node": "^12.12.37",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^7.5.2",
"@types/sinon-chai": "^3.2.3",
"@types/sinon": "^9.0.0",
"@types/sinon-chai": "^3.2.4",
"axios": "^0.19.2",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.8.0",
"gulp": "^4.0.2",
"mocha": "^7.1.0",
"mocha": "^7.1.2",
"proxyquire": "^2.1.3",
"sinon": "^8.1.1",
"sinon-chai": "^3.5.0"
"sinon-chai": "^3.5.0",
"sinon": "^8.1.1"
},
"homepage": "https://github.com/adcrafter27/ioBroker.envertech-pv",
"keywords": [
Expand Down

0 comments on commit f9aec8b

Please sign in to comment.