diff --git a/.travis.yml b/.travis.yml index 7d69d74..aabc20a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: node_js node_js: + - '14' + - '12' + - '10' - '8' - '6' - '4' diff --git a/readme.md b/readme.md index 6af3771..5cdba30 100644 --- a/readme.md +++ b/readme.md @@ -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