Skip to content

Commit

Permalink
update node.js matrix, removed notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gesinn committed Jan 27, 2021
1 parent 90a4e25 commit 892f2a6
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,14 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5.1'
- 8
- 10
- 12

sudo: false

addons:
code_climate:
repo_token: d025e5a435157e5cf3b9573054d1c2777cc6c8eb2d4d6abb6a0c976e9c4b75f6

notifications:
email:
on_success: [never] # default: change
on_failure: [always] # default: always
recipients:
- [email protected]

after_script:
- cat coverage/lcov.info | codeclimate

0 comments on commit 892f2a6

Please sign in to comment.