Skip to content

Commit

Permalink
breaking(node): set min node version to v10
Browse files Browse the repository at this point in the history
Migrate to js
Update dependencies
Remove yarn
  • Loading branch information
lgaticaq committed May 2, 2018
1 parent dfe4df4 commit 8ec3f81
Show file tree
Hide file tree
Showing 12 changed files with 7,424 additions and 1,913 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v7
v10
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
language: node_js
node_js:
- "6"
- "7"
- "8"
- "10"
notifications:
email: false
after_success:
- npm run coveralls
- npm run codeclimate
before_install:
- npm i -g yarn
install:
- yarn
- npm i -g coveralls codeclimate-test-reporter
- coveralls < coverage/lcov.info
- codeclimate-test-reporter < coverage/lcov.info

0 comments on commit 8ec3f81

Please sign in to comment.