Skip to content

Commit

Permalink
ci: remove node 6 from appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Aug 28, 2019
1 parent 2c9c9a9 commit 87f5cad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ESLint config Namics

[![Build Status](https://img.shields.io/travis/namics/eslint-config-namics/master.svg)](https://travis-ci.org/namics/eslint-config-namics)
[![Build Status](https://ci.appveyor.com/api/projects/status/sroqr91h6gjecoqi/branch/master?svg=true)](https://ci.appveyor.com/project/smollweide/eslint-config-namics/branch/master)
[![Build status](https://ci.appveyor.com/api/projects/status/o2ka9gbhm1ry6kjm/branch/master?svg=true)](https://ci.appveyor.com/project/namics/eslint-config-namics/branch/master)
[![npm](https://img.shields.io/npm/v/@namics/eslint-config.svg)](https://www.npmjs.com/package/@namics/eslint-config)
[![Codestyle](https://img.shields.io/badge/codestyle-namics-green.svg)](https://github.com/namics/eslint-config-namics)

Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

environment:
matrix:
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 10

Expand Down

0 comments on commit 87f5cad

Please sign in to comment.