Skip to content

Commit

Permalink
Update dependencies, remove old node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorrit committed Jul 24, 2020
1 parent 49e4786 commit 02b14f1
Show file tree
Hide file tree
Showing 4 changed files with 1,684 additions and 997 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ npm-debug.log
coverage
.idea
test/tmp
.nyc_output
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
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
Loading

0 comments on commit 02b14f1

Please sign in to comment.