Skip to content

Commit

Permalink
Update dependencies, remove old node versions (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorrit committed Jul 24, 2020
1 parent 49e4786 commit cdfea70
Show file tree
Hide file tree
Showing 4 changed files with 1,689 additions and 998 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ npm-debug.log
coverage
.idea
test/tmp
.nyc_output
12 changes: 6 additions & 6 deletions .travis.yml
@@ -1,12 +1,12 @@
language: node_js
node_js:
- 6
- 8
- 10
- 12
- 14
before_install:
- npm install -g npm@latest
- npm install -g greenkeeper-lockfile@1
before_script: greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
script: npm run lint && npm run test-coveralls
script:
- npm run lint
- npm run test
after_success:
- npm run coverage

0 comments on commit cdfea70

Please sign in to comment.