Skip to content

Commit

Permalink
Added newer node CI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed Aug 14, 2020
1 parent 1dfa6de commit 3975300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js
node_js:
- '14'
- '12'
- '10'
- '8'
- '6'
- '4'
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# configstore [![Build Status](https://travis-ci.org/yeoman/configstore.svg?branch=master)](https://travis-ci.org/yeoman/configstore)
# configstore [![Build Status](https://travis-ci.org/yeoman/configstore.svg?branch=legacy-v3)](https://travis-ci.org/yeoman/configstore)

> Easily load and persist config without having to think about where and how
Expand Down

0 comments on commit 3975300

Please sign in to comment.